无法查看TensorBoard页面
No dashboards are active for the current data set. Probable causes:
You haven’t written any data to your event files. TensorBoard can’t find your event files. 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.
Last reload: Mar 3, 2025, 9:22:54 PM Log directory: logs
+1,代码中的tensorboard的log位置写死的
在根目录找到gui.py,编辑其中代码,将图中标识出的地方改为你自己的log目录,重启即可
谢谢大佬,已经解决