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.62k stars 220 forks source link

Lightweight-gan does not work in google colab #94

Open idelyan opened 3 years ago

idelyan commented 3 years ago

There is an error related to python3.7 version. In the google collab cannot change the version of python.

nateraw commented 2 years ago

Here you go: https://github.com/nateraw/huggingface-hub-examples/blob/main/pytorch_lightweight_gan.ipynb

CaptainStabs commented 2 years ago

It works fine on colab for me

fabiooshiro commented 2 years ago

It works fine on colab for me

me too