This commit is contained in:
Glenn Jocher
2019-07-24 20:32:24 +02:00
parent db08ac5403
commit 169d117870
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ python3 detect.py
python3 test.py --save-json
# Evolve
for i in {0..100}
for i in {0..500}
do
python3 train.py --data data/coco.data --img-size 320 --epochs 1 --batch-size 64 --accumulate 1 --evolve --bucket yolov4
done