No dashboards are active for the current data set.

No dashboards are active for the current data set. 解决TensorBoard无法启动的问题

今天敲了一个用TensorBoard 显示VGG Net的代码,在启动tensorboard时,想将test和train均可视化出来,使用No dashboards are active for the current data set.即 tensorboard --logdir = train:‘path1’,test:‘path2’
没有报错,但是网页进tensorboard显示No dashboards are active for the current data set. 解决TensorBoard
解决:
将路径改为双引号,成功!!!
No dashboards are active for the current data set.
即 tensorboard --logdir = train:“path1”,test:“path2”
No dashboards are active for the current data set.
yes!!!
记录记录!!!为啥不清楚~~~