This commit is contained in:
Glenn Jocher
2019-03-21 22:51:22 +02:00
parent 176851f83a
commit 20beee0c5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ sudo shutdown
# Start
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3
cp -r weights yolov3
cd yolov3 && python3 train.py --batch-size 64 --multi_scale
cd yolov3 && python3 train.py --batch-size 16 --num-workers 4
# Resume
python3 train.py --resume