diff --git a/utils/evolve.sh b/utils/evolve.sh index 08e0c38a..b20623f4 100644 --- a/utils/evolve.sh +++ b/utils/evolve.sh @@ -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 \ No newline at end of file +done