jerryli27 / TwinGAN

Twin-GAN -- Unpaired Cross-Domain Image Translation with Weight-Sharing GANs
Apache License 2.0
719 stars 98 forks source link

ImportError: No module named 'pggan_utils' #7

Closed c1a1o1 closed 6 years ago

c1a1o1 commented 6 years ago

E:\Users\Raytine\Anaconda3\python.exe F:/zhaiyao/TwinGAN-master/pggan_runner.py Traceback (most recent call last): File "F:/zhaiyao/TwinGAN-master/pggan_runner.py", line 39, in import image_generation File "F:\zhaiyao\TwinGAN-master\image_generation.py", line 40, in from nets import pggan File "F:\zhaiyao\TwinGAN-master\nets\pggan.py", line 19, in from pggan_utils import pggan_utils ImportError: No module named 'pggan_utils'

jerryli27 commented 6 years ago

Your code does not seem to be the same as the master branch. I guess this issue is similar to https://github.com/jerryli27/TwinGAN/issues/3 , especially the "PYTHONPATH" part.

jerryli27 commented 6 years ago

Closing due to lack of activity. Please reopen if the issue persists.