From efb3768fff92e71cc0930b33d1073d6789473580 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 21 Dec 2019 20:10:55 -0800 Subject: [PATCH] updates --- utils/evolve.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/evolve.sh b/utils/evolve.sh index 34e3d223..08e0c38a 100644 --- a/utils/evolve.sh +++ b/utils/evolve.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env 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