From e8b7b86d5acfe6fda99f352c93098f9fabd241a7 Mon Sep 17 00:00:00 2001 From: Jirka Date: Thu, 16 Jul 2020 12:25:55 +0200 Subject: [PATCH] lower bs --- .github/workflows/ci-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 6080816..d1da775 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -69,9 +69,9 @@ jobs: # detect custom python detect.py --weights runs/exp0/weights/last.pt --device $di # test official - python eval.py --weights weights/${{ matrix.yolo5-model }}.pt --device $di --batch-size 2 + python eval.py --weights weights/${{ matrix.yolo5-model }}.pt --device $di --batch-size 1 # test custom - python eval.py --weights runs/exp0/weights/last.pt --device $di --batch-size 2 + python eval.py --weights runs/exp0/weights/last.pt --device $di --batch-size 1 # inspect python models/yolo.py --cfg models/${{ matrix.yolo5-model }}.yaml # export