We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im facing the following issue while running demo.py using pretrained model. Please help
'config must be a tf.ConfigProto, but got %s' % type(config))
TypeError: config must be a tf.ConfigProto, but got <class 'tensorflow.core.protobuf.config_pb2.ConfigProto'>
The text was updated successfully, but these errors were encountered:
I suspecct you might need to downgrade your version of tensorflow. Tensorflow 1.15.0rc2 worked for me.
Sorry, something went wrong.
No branches or pull requests
Im facing the following issue while running demo.py using pretrained model. Please help
'config must be a tf.ConfigProto, but got %s' % type(config))
TypeError: config must be a tf.ConfigProto, but got <class 'tensorflow.core.protobuf.config_pb2.ConfigProto'>
The text was updated successfully, but these errors were encountered: