Skip to content

training error #47

Description

@ddman1101

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions