yunjey / domain-transfer-network

TensorFlow Implementation of Unsupervised Cross-Domain Image Generation
MIT License
862 stars 203 forks source link

Problem running the code #3

Closed gvillalonga89 closed 7 years ago

gvillalonga89 commented 7 years ago

Hi,

I tried today to run the code as it is said on the readme file but I get this error on the training part (python main.py --mode='train'): log.txt

Do you have any idea what can be the issue there?

yunjey commented 7 years ago

The file is very inconvenient to view. Did you run the code in a terminal environment other than ipython notebook?

gvillalonga89 commented 7 years ago

I run the code on linux terminal. I add the ipython notebook run. Thank you for your time. test_error.ipynb.zip

Can be a problem with my python installation?

yunjey commented 7 years ago

What version of tensorflow are you using?

gvillalonga89 commented 7 years ago

tensorflow (0.12.1)

yunjey commented 7 years ago

I modified the code by adding name scopes. Try the code again.