Glenn Jocher
GitHub
pirms 3 gadiem
vecāks
revīzija
cd35a009ba
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar
2 papildinājumiem un
1 dzēšanām
-
.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 |