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

Typo at pg. 186, Error, and some suggestions

JonathanSum opened this issue · comments

image
It should be "Let's take a look at the training loop now"

Thank you for sharing the book anyway. It is great.

image
This may confused reader with 10 to the power of 6.

Missing the plus. I added the red one, but the original pdf doesn't have it. Or I think I misunderstood something here.

image

image
Suggesting to import the optim

It should be changed to be connected_model because it is what it is called in the next.
image
image

Just a quick shout in between: Thank you for going through this diligently and reporting the errors you found!

I guess their color are not corresponding to each other.
image
PDF page: 219

image
I guess this is an Error. It is a 16 x 1 vector doing a matrix multiplication with a 16 x 16, and it got 16 x 1. The ordering here should be switched.

I think the last two are actually OK or I could use a hint what you think is unclear here.

I deleted the last two pictures. Thank you for answering. It was just my English issue that it was difficult for me to understand some more native English.

This one maybe ok. It is just it should be dlwpt-code/ rather than code/
image

The "typo" you mentioned early "a priori" isn't actually one. The expression a priori is an expression taken from the Latin. The best meaning in this sentence can be found in Wikipedia's definition : "Presumed without analysis."

=)