torch-dreams v2.0.4
Changes:
- Moved completely to torch
v1.8.x
- FFT parameterization with shape
[1, 3, height, width]
from[1, 3, height, width//2, 2]
- Fixed failing tests due to incorrect device allocations
Changes:
v1.8.x
[1, 3, height, width]
from [1, 3, height, width//2, 2]