deep-learning-with-pytorch / dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.

Home Page:https://www.manning.com/books/deep-learning-with-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torchvision not in requirements

jadolfbr opened this issue · comments

Ch2: First code we see is torch vision. This is missing from the requirements file. Since it's not compatible with pytorch 1.7.1, the requirements should probably have this updated.