形式1:如果scripts文件已经包含在path目录里面,直接cmd运行: tensorboard --logdir=./andylog/
形式2:cmd命令:python Lib\site-packages\tensorboard\main.py --logdir=./andylog/
两者是一样的,需要注意的是,这个logdir一定要与你在程序中输出的graph的log的路径是一样的,否则即使可以打开tensorboard网页,也无法正确看到.
tensorboard安装
tensorboard安装

相关文章:

  • 2021-10-04
  • 2021-08-05
  • 2021-04-02
  • 2021-12-17
  • 2022-12-23
  • 2021-05-09
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2021-04-26
  • 2021-04-03
  • 2021-12-12
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案