I'm new with python and TensorFlow. I run the train.py
I got an error below:
'verbosity' Stack trace:
File "D:\cyclegan-tensorflow-master\train.py", line 172, in tf.compat.v1.app.run() Backend TkAgg is interactive backend. Turning interactive mode on. Loaded
'__main__'
The program 'python.exe' has exited with code -1 (0xffffffff).
if __name__ == '__main__':
logging.basicConfig(level=logging.INFO)
tf.compat.v1.app.run()
User contributions licensed under CC BY-SA 3.0