google / compare_gan

Compare GAN code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue: ModuleNotFoundError: No module named 'compare_gan'

springfall2018 opened this issue · comments

got the following error msg when I want to run 'python main.py':
File "main.py", line 30, in
from compare_gan import datasets
ModuleNotFoundError: No module named 'compare_gan'

you need to run: pip install -e .