在Windows与Ubuntu上使用tensorboard的不同点
Posted Lemon_Rain
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Windows与Ubuntu上使用tensorboard的不同点相关的知识,希望对你有一定的参考价值。
(1)Ubuntu下使用TensorBoard如官网所述即可。https://www.tensorflow.org/programmers_guide/summaries_and_tensorboard?hl=zh-cn
(2)Windows下使用TensorBoard需要详细写下地址,eg:writer = tf.summary.FileWriter(\'C:/logs/\', sess.graph)
CMD下输入:tensorboard --logdir=logs。 我这里是: tensorboard --logdir=C:/logs/
最后在浏览器打开http://localhost:6006/ 。我这里是: http://DESKTOP-J2N2PQL:6006
以上是关于在Windows与Ubuntu上使用tensorboard的不同点的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu 服务器上的 Gitlab+Gitolite:为啥它不能与 Windows 客户端一起使用?
Linux与Windows共享文件夹之samba的安装与使用(Ubuntu为例)
微软又出招: Windows 10 支持 Ubuntu 容器啦
python 来自https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/305_tensorb