Glenn Jocher
GitHub
3 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
2 aggiunte e
1 eliminazioni
-
.github/workflows/ci-testing.yml
|
|
@@ -83,7 +83,8 @@ jobs: |
|
|
|
# Python |
|
|
|
python - <<EOF |
|
|
|
import torch |
|
|
|
model = torch.hub.load('ultralytics/yolov5', 'custom', path='runs/train/exp/weights/last.pt') |
|
|
|
# Known issue, urllib.error.HTTPError: HTTP Error 403: rate limit exceeded, will be resolved in torch==1.10.0 |
|
|
|
# model = torch.hub.load('ultralytics/yolov5', 'custom', path='runs/train/exp/weights/last.pt') |
|
|
|
EOF |
|
|
|
|
|
|
|
shell: bash |