"examples/pytorch/ogb/ogbn-proteins/utils.py" did not exist on "5c92f6c21855c3f7bd90f3ace1a4ec89d36a87f7"
Commit 0b279c7a authored by James Pruegsanusak's avatar James Pruegsanusak
Browse files

Add TensorBoard instruction to slim's README.md

parent fe2f8b01
......@@ -256,6 +256,17 @@ and/or multiple CPUs, either synchrononously or asynchronously.
See [model_deploy](https://github.com/tensorflow/models/blob/master/slim/deployment/model_deploy.py)
for details.
### TensorBoard
To visualize the losses and other metrics during training, you can use
[TensorBoard](https://github.com/tensorflow/tensorboard)
by running the command below.
```shell
tensorboard --logdir=${TRAIN_DIR}
```
Once TensorBoard is running, navigate your web browser to http://localhost:6006.
# Fine-tuning a model from an existing checkpoint
<a id='Tuning'></a>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment