Fix TensorBoard python -m invoke in docs

PiperOrigin-RevId: 169758752
This commit is contained in:
Justine Tunney 2017-09-22 17:18:01 -07:00 committed by TensorFlower Gardener
parent 2957cd8948
commit b1ada5f0c7

View File

@ -198,7 +198,7 @@ You're now all set to visualize this data using TensorBoard.
## Launching TensorBoard
To run TensorBoard, use the following command (alternatively `python -m
tensorflow.tensorboard`)
tensorboard.main`)
```bash
tensorboard --logdir=path/to/log-directory