Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalskiP committed Jan 31, 2020
1 parent 8b1c67e commit 37bbbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_data_science_toolkit/02_yolo_object_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ cd yolov3
python3 train.py \
--data data/chess.data \
--cfg cfg/chess.cfg \
--weights weights/yolo3.pt
--weights weights/yolo3.pt \
--epochs 100
```

Expand Down

0 comments on commit 37bbbfd

Please sign in to comment.