标签:feed element 重复 session 使用 backend dict tps tar
Cannot interpret feed_dict key as Tensor: Tensor Tensor("Placeholder_8:0", shape=(3, 3, 128, 256), dtype=float32) is not an element of this graph.
后端我使用的是django框架,上传一张图片传入基于tensorflow的keras模型进行预测,重复预测时,报告上述错误.原因大概是第二次预测时,model底层tensorflow的session中还有数据.
解决方法:在调用模型前面加一句 keras.backend.clear_session()
参考:https://blog.csdn.net/lhs960124/article/details/79028691
标签:feed element 重复 session 使用 backend dict tps tar
原文地址:https://www.cnblogs.com/Time-LCJ/p/8963748.html