Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip_package_creation_second_attempt #3773

Merged
merged 20 commits into from
Jun 26, 2021
Prev Previous commit
Next Next commit
test fix 2
  • Loading branch information
SkalskiP committed Jun 25, 2021
commit 84f1a811e7368cef829abe7a1e85023782bafeca
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8]
model: [ 'yolov5s' ] # models to test

# Timeout: https://stackoverflow.com/a/59076067/4521646
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
python yolov5/detect.py --weights runs/train/exp/weights/last.pt --device $INFERENCE_DEVICE
# test
python yolov5/test.py --img 128 --batch 16 --weights ${{ matrix.model }}.pt --device $INFERENCE_DEVICE
# python yolov5/test.py --img 128 --batch 16 --weights runs/train/exp/weights/last.pt --device $INFERENCE_DEVICE
python yolov5/test.py --img 128 --batch 16 --weights runs/train/exp/weights/last.pt --device $INFERENCE_DEVICE

# python hubconf.py # hub
# python yolov5/models/yolo.py --cfg ${{ matrix.model }}.yaml # inspect
Expand Down