启动Tensorboard

来源:互联网 发布:淘宝申请售后过期 编辑:程序博客网 时间:2024/05/22 00:48

1. 首先需要知道tensorboard.py的路径:

在terminal输入
cpu版tensorflow:pip3 show tensorflow
gpu版tensorflow:pip3 show tensorflow-gpu

Name: tensorflow-gpuVersion: 1.0.1Summary: TensorFlow helps the tensors flowHome-page: http://tensorflow.org/Author: Google Inc.Author-email: opensource@google.comLicense: Apache 2.0Location: /home/deeplearning/.local/lib/python3.5/site-packagesRequires: protobuf, wheel, six, numpy

2. cd 到对应目录下

cd /home/deeplearning/.local/lib/python3.5/site-packages/tensorflow/tensorboard

3. 启动tensorflow:

python ./tensorboard.py --logdir=/media/deeplearning/A6A6190BA618DD9D/cyril/tf_ConvWTA/log/conv_ae
0 0
原创粉丝点击