Skip to content

Commit a00b38c

Browse files
committed
Update README
For easy to understand how to use tensorboard
1 parent d21321d commit a00b38c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,18 @@ and set the path in `yolo2-pytorch/cfgs/exps/darknet19_exp1.py`.
8282
7. (optional) Training with TensorBoard.
8383

8484
To use the TensorBoard, install Crayon (https://github.com/torrvision/crayon)
85+
How to use the crayon
86+
```
87+
docker pull alband/crayon
88+
docker run -d -p 8888:8888 -p 8889:8889 --name crayon alband/crayon
89+
```
90+
8591
and set `use_tensorboard = True` in `yolo2-pytorch/cfgs/config.py`.
8692

8793

8894
6. Run the training program: `python train.py`.
8995

9096

91-
9297
### Evaluation
9398

9499
Set the path of the `trained_model` in `yolo2-pytorch/cfgs/config.py`.

0 commit comments

Comments
 (0)