jrosebr1/simple-keras-rest-api

ValueError: Tensor Tensor("dense_2/Sigmoid:0", shape=(?, 1), dtype=float32) is not an element of this graph.

rubanraj-r opened this issue · 0 comments

this error occurs at model.predict() line. Without flask server, it is working fine but with flask server, it is not working.