소스 검색
Fix 'PyTorch starting from' for URL weights (#4828)
Follows #4823
modifyDataloader
Glenn Jocher
GitHub
3 년 전
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
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: |