This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zjc
/
yolov5
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
model fuse
5.0
Glenn Jocher
4 years ago
parent
8fe299f179
commit
546f973562
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
test.py
+ 0
- 2
test.py
View File
@@ -33,8 +33,6 @@ def test(data,
google_utils.attempt_download(weights)
model = torch.load(weights, map_location=device)['model']
torch_utils.model_info(model)
# Fuse
# model.fuse()
model.to(device)
Write
Preview
Loading…
Cancel
Save