aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManu Mathew2020-09-05 03:47:49 -0500
committerManu Mathew2020-09-05 03:50:00 -0500
commit1ee582981b2170d2c55987c927d48f1ae76d55cb (patch)
tree8cc2618b6b8d763543cae0eaa520fe6c14b48dbb /run_detection_test.sh
parentbcd58a8533207e55810a023b3f8232358fb80048 (diff)
downloadpytorch-mmdetection-1ee582981b2170d2c55987c927d48f1ae76d55cb.tar.gz
pytorch-mmdetection-1ee582981b2170d2c55987c927d48f1ae76d55cb.tar.xz
pytorch-mmdetection-1ee582981b2170d2c55987c927d48f1ae76d55cb.zip
fix for qat, updates from latest mmdetection
Diffstat (limited to 'run_detection_test.sh')
-rwxr-xr-xrun_detection_test.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/run_detection_test.sh b/run_detection_test.sh
index 1787024e..4f2ec069 100755
--- a/run_detection_test.sh
+++ b/run_detection_test.sh
@@ -1,7 +1,4 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2 2
3while [ 1 ]; do 3python ./scripts/test_detection_main.py
4 python ./scripts/test_detection_main.py 4
5 echo "Sleeping...."
6 sleep 7200
7done