Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to create session #317

Open
ccslience opened this issue Oct 9, 2019 · 0 comments
Open

Failed to create session #317

ccslience opened this issue Oct 9, 2019 · 0 comments

Comments

@ccslience
Copy link

when I run the examples(Fashion Minist) on my server, I got below , is there any solutions? Thanks
Traceback (most recent call last):
File "main.py", line 30, in
sess = tf.Session(config = config)
File "/home/ubuntu/.conda/envs/py36_tf110/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1494, in init
super(Session, self).init(target, graph, config=config)
File "/home/ubuntu/.conda/envs/py36_tf110/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 626, in init
self._session = tf_session.TF_NewSession(self._graph._c_graph, opts)
tensorflow.python.framework.errors_impl.InternalError: Failed to create session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant