google / compare_gan

Compare GAN code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no module named tensorflow_gan

jilner opened this issue · comments

thank you for you job
when i ran eval_tuils.py,it come out "no module named tensorflow_gan"
what is wrong?

Did you install that requirement? If not, you can do it by running the following:
pip install tensorflow_gan

pip install -e .