kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
MIT License
602 stars 62 forks source link

Could you add the support for torch >= 1.8? #37

Closed soroushsheikh closed 3 years ago

soroushsheikh commented 3 years ago

I am trying to develop a GAN model and I found your library very useful (thanks btw). However, it seems that it's not compatible with the new versions of the torch. And that's a problem for me since many complex number tools are developed for the new version. Thanks.

kwotsin commented 3 years ago

Thanks for reporting the issue. This should be resolved with https://github.com/kwotsin/mimicry/pull/38, and feel free to install the master version using:

pip install git+https://github.com/kwotsin/mimicry.git