T2F icon indicating copy to clipboard operation
T2F copied to clipboard

Broken code in train_network.py

Open Aa20475 opened this issue 4 years ago • 0 comments

I installed pro_gan_pytorch from your other github repo and ran train_network.py. This is the error I got. Traceback (most recent call last): File "train_network.py", line 427, in <module> main(parse_arguments()) File "train_network.py", line 307, in main from pro_gan_pytorch.PRO_GAN import ConditionalProGAN ModuleNotFoundError: No module named 'pro_gan_pytorch'

Aa20475 avatar May 18 '21 11:05 Aa20475