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

Fix skimage #24

Closed torumitsutake closed 3 years ago

torumitsutake commented 3 years ago

fix for new version of skiimage(0.18.2) add requirements.txt file add .gitignore file

Changed the function to call depending on the version in the if statement so that it can work with the version (0.14.3) recommended by the author.

issue #22