VenRaaS / TITAN

Typing-free Image and Tag Augmented Navigation
2 stars 0 forks source link

ValueError: Tensor Tensor(...) is not an element of this graph #3

Open Eric0329 opened 6 years ago

Eric0329 commented 6 years ago

Error when execution of model.predict(...) after load model in app's settings under Django framework

raise ValueError("Tensor %s is not an element of this graph." % obj)
ValueError: Tensor Tensor("fc1/Relu:0", shape=(?, 4096), dtype=float32) is not an element of this graph

see reference

Eric0329 commented 6 years ago

fixed settings.py

references