This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
bailulu
/
mindspore_yolo
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update export.py
master
bailulu
3 years ago
parent
7a098eb8cd
commit
3959591071
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
export.py
+ 1
- 1
export.py
View File
@@ -62,7 +62,7 @@ if __name__ == '__main__':
if opt.include_nms:
model.model[-1].include_nms = True
y = None
# TorchScript export 1
# TorchScript export 1
1
try:
print('\nStarting TorchScript export with torch %s...' % torch.__version__)
f = opt.weights.replace('.pt', '.torchscript.pt') # filename
Write
Preview
Loading…
Cancel
Save