You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: