Global code reformat and optimize imports

This commit is contained in:
Glenn Jocher
2020-08-22 17:49:27 -07:00
parent 64ff05c499
commit bf34ae007f
5 changed files with 24 additions and 26 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ while true; do
python3 train.py --data coco2014.data --img-size 512 608 --epochs 27 --batch 8 --accum 8 --evolve --weights '' --bucket ult/coco/sppa_512 --device $1 --cfg yolov3-sppa.cfg --multi
done
# coco epoch times --img-size 416 608 --epochs 27 --batch 16 --accum 4
# 36:34 2080ti
# 21:58 V100
# 63:00 T4
# 63:00 T4
+1 -2
View File
@@ -29,8 +29,7 @@ docker kill $(docker ps -a -q --filter ancestor=$t)
sudo -s
t=ultralytics/yolov3:evolve
# docker kill $(docker ps -a -q --filter ancestor=$t)
for i in 0 1 6 7
do
for i in 0 1 6 7; do
docker pull $t && docker run --gpus all -d --ipc=host -v "$(pwd)"/coco:/usr/src/coco $t bash utils/evolve.sh $i
sleep 30
done