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

Errata: Section 8.2.4, MaxPool3d -> MaxPool2d

rasbt opened this issue · comments

I believe it should be MaxPool2d below:

Screen Shot 2021-01-15 at 5 40 08 PM

Just found the errata page and saw this has already been added.