I've got an error of verbosity in my python code

-2

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()
python
tensorflow
asked on Stack Overflow Oct 8, 2019 by nabilah hamzah • edited Oct 8, 2019 by vinzee

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0