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 use Theano as backend for vgg16.py #49

Open
shrimanti opened this issue Aug 21, 2018 · 0 comments
Open

Failed to use Theano as backend for vgg16.py #49

shrimanti opened this issue Aug 21, 2018 · 0 comments

Comments

@shrimanti
Copy link

Hi,
I am trying to run the code vgg16.py using Theano backend as the network weights are in Theano.
I have set
from keras import backend as K
K.set_image_dim_ordering('th')
But still it is using Thensorflow and giving me the error.

self._session = tf_session.TF_NewSession(self._graph._c_graph, opts)
tensorflow.python.framework.errors_impl.InternalError: Failed to create session.

Process finished with exit code 1

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