在同一个端口加载两个不同的文件夹
Load two differents folders on the same port
我想知道是否有一些方法可以在不使用两个不同端口的情况下实现 tensorboard --logdir dir1
和 tensorboard --logdir dir2
?
是的。 运行 tensorboard --helpfull
并查看 logdir
参数的描述:
You may also pass a comma separated list of log directories, and TensorBoard
will watch each directory. You can also assign names to individual log
directories by putting a colon between the name and the path, as in
tensorboard --logdir name1:/path/to/logs/1,name2:/path/to/logs/2
我想知道是否有一些方法可以在不使用两个不同端口的情况下实现 tensorboard --logdir dir1
和 tensorboard --logdir dir2
?
是的。 运行 tensorboard --helpfull
并查看 logdir
参数的描述:
You may also pass a comma separated list of log directories, and TensorBoard will watch each directory. You can also assign names to individual log directories by putting a colon between the name and the path, as in
tensorboard --logdir name1:/path/to/logs/1,name2:/path/to/logs/2