odegeasslbc / FastGAN-pytorch

Official implementation of the paper "Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis" in ICLR 2021
GNU General Public License v3.0
600 stars 100 forks source link

requirements.txt #10

Closed lukasuz closed 3 years ago

lukasuz commented 3 years ago

Hey, thanks for the code! I had trouble with making the code run at some places due to package versioning problems. For example, the "compare_ssim" function from the skimage package is from an older version in lpips/__init__.py*. A requirements.txt and the python version that you have used during experiments would be very helpful. Thanks!

* For the people looking for a quick fix with a newer skimage version try: from skimage.metrics import structural_similarity as compare_ssim