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 3
  • Loading branch information
SkalskiP committed Jun 25, 2021
commit 320fdcd98c628ec1f43743786976b2b3787f17b0
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
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 hubconf.py # hub
python hubconf.py # hub
# python yolov5/models/yolo.py --cfg ${{ matrix.model }}.yaml # inspect
# python yolov5/export.py --img 128 --batch 1 --weights ${{ matrix.model }}.pt # export

Expand Down