Skip to content

Instantly share code, notes, and snippets.

View amandalmia14's full-sized avatar
💻

Aman Dalmia amandalmia14

💻
  • Canada
View GitHub Profile
@amandalmia14
amandalmia14 / error.txt
Created March 4, 2020 15:37
Error Logs
ERROR:root:Issue in get_images_readble from PDF File !! Cannot interpret feed_dict key as Tensor: Tensor Tensor("Placeholder:0", shape=(7, 7, 3, 64), dtype=float32) is not an element of this graph.
Traceback (most recent call last):
File "D:\AmanDalmia\Workspace\kb\image-service\venv\lib\site-packages\tensorflow\python\client\session.py", line 1092, in _run
subfeed, allow_tensor=True, allow_operation=False)
File "D:\AmanDalmia\Workspace\kb\image-service\venv\lib\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 "D:\AmanDalmia\Workspace\kb\image-service\venv\lib\site-packages\tensorflow\python\framework\ops.py", line 3557, in _as_graph_element_locked
raise ValueError("Tensor %s is not an element of this graph." % obj)
ValueError: Tensor Tensor("Placeholder:0", shape=(7, 7, 3, 64), dtype=float32) is not an element of this graph.