style-based-gan-pytorch
style-based-gan-pytorch copied to clipboard
CUDA out of memory in generate, even with 1 image
Before I start, Huge thank you for the pre trained models; but generating is problematic. Each time I try to run the code this happens:output Surprisingly enough, training works perfectly fine. Using PYCharm on Windows 10 fall creators update with python 3.7; Debugging in console.
Maybe you can use torch.no_grad(). I think it will significantly reduce memory consumptions.
you need 1080 to make it work,
Same issue with GT 1030
Same issue here:
- tried torch.no_grad(), not working
- using 1080Ti, not working
- tried with Pytorch 1.0 and 0.4.1, both not working
Same issue with TITAN V...... I am wondering that is there anybody have already make it through? I have shrunk down the step size ....it works, but the results are not satisfying.