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

ModuleNotFoundError: No module named 'beninception' #37

Open yangyu615 opened 2 years ago

yangyu615 commented 2 years ago

in the calc_inception.py, there is something wrong with from beninception import InceptionV3,: Traceback (most recent call last): File "D:/FastGAN-pytorch-main/benchmarking/calc_inception.py", line 14, in from beninception import InceptionV3 ModuleNotFoundError: No module named 'beninception'

Process finished with exit code 1