今天使用了TensorFlow的可视化工具,过程并不复杂,网上的教程很多很详细,但是自己试完总是显示
No graph definition files were found.
To store a graph, create a tf.summary.FileWriter and pass the graph either via the constructor, or by calling its add_graph() method. You may want to check out the graph visualizer tutorial.
If you’re new to using TensorBoard, and want to find out how to add data and set up your event files, check out the README and perhaps the TensorBoard tutorial.
If you think TensorBoard is configured properly, please see the section of the README devoted to missing data problems and consider filing an issue on GitHub.
在反复搜索尝试改变之后,发现是因为自己保存的目录不对,应该保存在C盘中才可以正常运行。
本文分享了一次使用TensorFlow可视化工具遇到的问题及解决方案。作者在尝试可视化时遇到了Nographdefinitionfileswerefound错误,经过多次尝试,发现是由于保存目录设置不当导致。正确做法是将文件保存在C盘,确保TensorBoard能够正确读取并展示图形。
229

被折叠的 条评论
为什么被折叠?



