"tools/git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "17a6044dedf7b6e8573338e7201097f4dd837e5b"
Commit 1f6bfcfa authored by Toby Boyd's avatar Toby Boyd Committed by GitHub
Browse files

Merge pull request #1954 from korrawat/slim-readme

Add TensorBoard instruction to slim's README.md
parents 013dca68 0b279c7a
...@@ -256,6 +256,17 @@ and/or multiple CPUs, either synchrononously or asynchronously. ...@@ -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) See [model_deploy](https://github.com/tensorflow/models/blob/master/slim/deployment/model_deploy.py)
for details. 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 # Fine-tuning a model from an existing checkpoint
<a id='Tuning'></a> <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