When I am training the model, it appear this error to me:
An exception has occurred, use %tb to see the full traceback.
SystemExit
/anaconda3/envs/py35/lib/python3.6/site-packages/IPython/core/interactiveshell.py:3299: UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.
warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)
then I use %tb to see the full traceback, it print like this:
Traceback (most recent call last):
File "", line 47, in
tf.app.run()
File "/anaconda3/envs/py35/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
SystemExit
so how to fix this problem?
When I am training the model, it appear this error to me:
An exception has occurred, use %tb to see the full traceback.
SystemExit
/anaconda3/envs/py35/lib/python3.6/site-packages/IPython/core/interactiveshell.py:3299: UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.
warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)
then I use %tb to see the full traceback, it print like this:
Traceback (most recent call last):
File "", line 47, in
tf.app.run()
File "/anaconda3/envs/py35/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
SystemExit
so how to fix this problem?