This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |