deep-learning-with-pytorch / dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.
https://www.manning.com/books/deep-learning-with-pytorch
4.69k stars 1.98k forks source link

Error on Page 190 Graphic #78

Open forrestmckee opened 3 years ago

forrestmckee commented 3 years ago

I believe there's an error in index 3 of the image vector and corresponding weight vector that propagates throughout. It causes the output for the translated image to be 1, where if corrected, the output would be 2.

image image