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

A possible mistake about file path definition in ../p1ch8/1_convolution.ipynb

Starballoon opened this issue · comments

The CIFAR dataset was first introduced in Chapter 7 of the book. And in the code examples of Chapter 7, CIFAR dataset was downloaded in default file path '../data-unversioned/p1ch7/'. Then in the code examples of Chapter 8, the default file path is '../data-unversioned/p1ch6/' which might cause the second download process. I guess it was alright in the preview version of the book.