소스 검색

Fix 'PyTorch starting from' for URL weights (#4828)

Follows #4823
modifyDataloader
Glenn Jocher GitHub 3 년 전
부모
커밋
6b44ecd53d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      export.py

+ 1
- 1
export.py 파일 보기

@@ -272,7 +272,7 @@ def run(data=ROOT / 'data/coco128.yaml', # 'dataset.yaml path'

for _ in range(2):
y = model(im) # dry runs
print(f"\n{colorstr('PyTorch:')} starting from {weights} ({file_size(weights):.1f} MB)")
print(f"\n{colorstr('PyTorch:')} starting from {file} ({file_size(file):.1f} MB)")

# Exports
if 'torchscript' in include:

Loading…
취소
저장