Browse Source

PyTorch Hub and autoShape update (#1415)

5.0
Glenn Jocher 3 years ago
parent
commit
2aaaec3cca
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', 'yaml', 'Pillow']
dependencies = ['torch', 'yaml']
set_logging()



Loading…
Cancel
Save