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
PyTorch Hub and autoShape update (
#1415
)
5.0
Glenn Jocher
4 years ago
parent
93fc607f07
commit
7816c0c2d3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hubconf.py
+ 1
- 1
hubconf.py
View File
@@ -14,7 +14,7 @@ from models.yolo import Model
from utils.general import set_logging
from utils.google_utils import attempt_download
dependencies = ['torch', '
PyYAML>=5.3
', 'Pillow']
dependencies = ['torch', '
yaml
', 'Pillow']
set_logging()
Write
Preview
Loading…
Cancel
Save