tensorflow 模型运行出现问题:NotFoundError: Key Variable_10 not found in checkpoint

1.问题描述
对训练的模型进行调用预测时,总是只能运行一次,第二次就会出现如下的问题,我开始解决的办法就是关掉spyder,然后重启。

NotFoundError: Key Variable_10 not found in checkpoint

2.解决办法
在代码最前面增加:

tf.reset_default_graph()

参考链接

上一篇:61、Spark Streaming:部署、升级和监控应用程序


下一篇:60、Spark Streaming:缓存与持久化机制、Checkpoint机制