weight_decay fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user