Sunday, April 29, 2018

How to use Tensorboard

1. How to use Tensorflow Object Detection API
2. How to train for Tensorflow Object Detection API
3. How to use Tensorboard
4. How to use a trained model of TF Detect in Android

We trained a model in this post: How to train for Tensorflow Object Detection API
Now we will visualize how it was trained.

Run this command:
$ cd $HOME/Documents/
$ git clone https://github.com/tensorflow/tensorflow
$ cd $HOME/Documents/tensorflow
$ python3.6 -m tensorboard.main --logdir=$HOME/Documents/workspace/tf
*Use your training directory for the logdir argument.
*You need to be inside tensorflow's project directory.

You will see this message.

And go to the link provided by the tensorboard.

You can access the link from your browser (like Chrome, Firefox)
This is the Tensorboard.