-
Notifications
You must be signed in to change notification settings - Fork 20
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
The name 'input:0' refers to a Tensor which does not exist. The operation, 'input', does not exist in the graph. #4
Comments
Hi, @garybruckheimer, I will be happy to help you and make this more easy to run. I assume you trying to run everything on your box without the container, right?
How you handle that and what is the mentioned exception? |
Dear btwardow, thank you very much for your help. I spent some more time and got now the face detection part running. I had to change in embedding.py - in function def embedding(face_np):
... Face Detection is now working in the browser. When I captured the faces, I can see the thumbnails, but in my terminal console i saw this error when i try to train the captured thumbnails. ) -> physical GPU (device: 0, name: Tesla V100-PCIE-16GB, pci bus id: 0000:00:06.0, compute capability: 7.0) During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Please help me out with the error.. Even am facing the same.. |
I am having now same issue: |
Related to #10 |
Related to #9 - all these are having same root cause seems to me. |
To reproduce such issue I did "pipreqs ." to get just project requirments and this is result:
Can someone provide versions where this project is stable and runnable? |
So I run docker now and examine the environment, so we have there following: |
So when I reverted locally all versions via pip to what I find in docker container loaded in docker hub: I get error on startup, but the application starts ok:
When I open GUI it can capture 10 samples, but when I do update model I get:
I used this docker image in dockerhub which works just fine, but the code is probably different against what is in the repository: |
Hi,
thanks for this project.
I used tensorflow 1.7.0 with GPU and get this error, it seems something wrong with the graph.
File "/home/ubuntu/.local/lib/python3.5/site-packages/tensorflow/python/framework/ops.py", line 3478, in as_graph_element
return self._as_graph_element_locked(obj, allow_tensor, allow_operation)
File "/home/ubuntu/.local/lib/python3.5/site-packages/tensorflow/python/framework/ops.py", line 3520, in _as_graph_element_locked
"graph." % (repr(name), repr(op_name)))
KeyError: "The name 'input:0' refers to a Tensor which does not exist. The operation, 'input', does not exist in the graph."
During handling of the above exception, another exception occurred:
When i use the docker container it works. I would like to implement and share a save function from the trained new model.
Thanks for any help.
The text was updated successfully, but these errors were encountered: