lucidrains / lightweight-gan

Implementation of 'lightweight' GAN, proposed in ICLR 2021, in Pytorch. High resolution image generations that can be trained within a day or two
MIT License
1.63k stars 222 forks source link

Issues running 'Show Progress' in Colab #85

Open bryandulaney opened 3 years ago

bryandulaney commented 3 years ago

I recently finished training a model and I have encountered a problem running the 'Show Progress' command. It seems to start generating images tiles but then just gets stuck at a certain point. It appears that the command is running, but it will not generate any new images tiles after a certain point. Screen Shot 2021-06-02 at 1 39 34 PM I find this interesting, because the first model I trained I had no problem using this feature, but now even with several attempts I cannot get the 'Show Progress' command to complete operation.

I've attached a screenshot for your reference, if you have any suggestions on how I might be able to get this to work in colab I'd be very grateful.