问题
在命令窗口中运行tensorboard时,没有报错,但是进入localhost:6006时显示No dashboards are active for the current data set.
解决方法
输入命令
tensorboard --logdir==logfile
logfile为日志保存的父文件夹名,并且文件路径不需要加引号。
报错的原因:
1.有可能是输入的是日志的路径而不是日志父文件夹的路径。
2.输入的路径加入了引号。
在命令窗口中运行tensorboard时,没有报错,但是进入localhost:6006时显示No dashboards are active for the current data set.
输入命令
tensorboard --logdir==logfile
logfile为日志保存的父文件夹名,并且文件路径不需要加引号。
1.有可能是输入的是日志的路径而不是日志父文件夹的路径。
2.输入的路径加入了引号。