google / compare_gan

Compare GAN code.
Apache License 2.0
1.82k stars 317 forks source link

no module named tensorflow_gan #22

Closed jilner closed 5 years ago

jilner commented 5 years ago

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

mariolucic commented 5 years ago

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

CrackerHax commented 5 years ago

pip install -e .