首先确定Tensorflow的具体位置(在Dos环境下,也就是cmd) cd .. cd scripts conda env list activate tensorflow tensorboard --help 运行完之后命令列表中有logdir命令,对!就是它! 之后运行 tensorboard --logdir=/path/to/log 会出现很多参数,如果最后一行出现的端口号是6006 之后在浏览器中输入网址:localhost:6006 好了,激活了!你可以训练完你的网络之后,把你的日…