T2F
T2F copied to clipboard
Broken code in train_network.py
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'