PyTorch Hub and autoShape update (#1415)

This commit is contained in:
Glenn Jocher 2020-11-16 23:16:35 +01:00
parent 7816c0c2d3
commit 2aaaec3cca

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()