This commit is contained in:
Glenn Jocher
2018-08-26 11:47:38 +02:00
parent e81ef205fe
commit 65228ba8a2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Start
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3 && cd yolov3 && python3 train.py -img_size 416 -epochs 999
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3 && cd yolov3 && python3 train.py -img_size 416 -epochs 160
# Resume
cd yolov3 && python3 train.py -img_size 416 -resume 1