相关疑难解决方法(0)

tensorflow每次运行发现多个图形事件

我正在为在本地模式下运行的ml引擎实验加载张量板,并收到以下警告:

"Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events.  Overwriting the graph with the newest event.
W0825 19:26:12.435613 Reloader event_accumulator.py:311] Found more than one metagraph event per run. Overwriting the metagraph with the newest event."
Run Code Online (Sandbox Code Playgroud)

最初,我怀疑这是因为我没有清除自己的信息--logdir=$OUTPUT_PATH(如其他帖子所建议的-但是,即使我执行了操作,rm -rf $OUTPUT_PATH/*我仍然会在本地火车上收到此错误。该错误是否表明我的图表中存在更大的问题?

google-cloud-platform tensorflow tensorboard google-cloud-ml-engine

7
推荐指数
1
解决办法
8989
查看次数