소스 검색
Revert `torch.hub.load()` test (#4986)
Temporarily reverts https://github.com/ultralytics/yolov5/pull/4978 until torch 1.10 is released, which should resolve `urllib.error.HTTPError: HTTP Error 403: rate limit exceeded` errors generated by torch hub from GitHub actions runners.
modifyDataloader
Glenn Jocher
GitHub
3 년 전
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
2개의 추가작업 그리고
1개의 파일을 삭제
-
.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 |