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

InvalidArgumentError: Tensor add_17:0, specified in either feed_devices or fetch_devices was not found in the Graph #61

Open
vikashkum7619 opened this issue Oct 24, 2019 · 0 comments

Comments

@vikashkum7619
Copy link

Hi,

I'm getting error when i send multiple request to tensorflow keras module.

Error:

File "/usr/lib/python2.7/dist-packages/tensorflow/python/keras/backend.py", line 3289, in call
self._make_callable(feed_arrays, feed_symbols, symbol_vals, session)
File "/usr/lib/python2.7/dist-packages/tensorflow/python/keras/backend.py", line 3222, in _make_callable
callable_fn = session._make_callable_from_options(callable_opts)
File "/usr/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1489, in _make_callable_from_options
return BaseSession._Callable(self, callable_options)
File "/usr/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1446, in init
session._session, options_ptr)

InvalidArgumentError: Tensor add_17:0, specified in either feed_devices or fetch_devices was not found in the Graph

Please suggest.

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