kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you add the support for torch >= 1.8?

soroushsheikh opened this issue · comments

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.

Thanks for reporting the issue. This should be resolved with #38, and feel free to install the master version using:

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