Skip to content

Instantly share code, notes, and snippets.

@yuguorui
Created January 11, 2018 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuguorui/d367f7256e959d7101b560fb51876461 to your computer and use it in GitHub Desktop.
Save yuguorui/d367f7256e959d7101b560fb51876461 to your computer and use it in GitHub Desktop.
tensorflow error message
raceback (most recent call last):
File "/home/yugr/anaconda3/envs/chess/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1323, in _do_call
return fn(*args)
File "/home/yugr/anaconda3/envs/chess/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1293, in _run_fn
self._extend_graph()
File "/home/yugr/anaconda3/envs/chess/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1354, in _extend_graph
self._session, graph_def.SerializeToString(), status)
File "/home/yugr/anaconda3/envs/chess/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 473, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: Node 'input_batchnorm_1/strided_slice': Unknown input node 'input_batchnorm_1/Shape'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment