瀏覽代碼

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 年之前
父節點
當前提交
cd35a009ba
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      .github/workflows/ci-testing.yml

+ 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

Loading…
取消
儲存