Browse Source

PyTorch Hub and autoShape update (#1415)

5.0
Glenn Jocher 4 years ago
parent
commit
7816c0c2d3
1 changed files with 1 additions and 1 deletions
  1. +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()



Loading…
Cancel
Save