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
half()
fix
#66
5.0
Glenn Jocher
4 years ago
parent
111994956e
commit
e7c24e04ac
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
test.py
+ 1
- 0
test.py
View File
@@ -45,6 +45,7 @@ def test(data,
training = False
else: # called by train.py
device = next(model.parameters()).device # get model device
half = False
training = True
# Configure
Write
Preview
Loading…
Cancel
Save