weight_decay fix

This commit is contained in:
Glenn Jocher
2019-08-26 14:47:36 +02:00
parent 883ddcc682
commit ff82e4d488
2 changed files with 20 additions and 11 deletions
+1
View File
@@ -18,6 +18,7 @@ sudo shutdown
rm -rf yolov3 # Warning: remove existing
git clone https://github.com/ultralytics/yolov3 && cd yolov3 # master
# git clone -b test --depth 1 https://github.com/ultralytics/yolov3 test # branch
python3 train.py --img-size 320 --weights weights/darknet53.conv.74 --epochs 27 --batch-size 64 --accumulate 1
# Train
python3 train.py