This commit is contained in:
Glenn Jocher 2019-12-23 08:25:40 -08:00
parent d391f6d59b
commit 80692334f4
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
#for i in 1 2 3 4 5 6 7
#do
# t=ultralytics/yolov3:v139 && sudo docker pull $t && sudo nvidia-docker run --d --ipc=host -v "$(pwd)"/coco:/usr/src/coco $t utils/evolve.sh $i
@ -9,4 +8,4 @@
while true
do
python3 train.py --data coco2014.data --img-size 320 --epochs 27 --batch-size 64 --accumulate 1 --evolve --weights '' --pre --bucket yolov4/320_coco2014_27e --device $1
done
done