PyTorchStepByStep icon indicating copy to clipboard operation
PyTorchStepByStep copied to clipboard

Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"

Results 11 PyTorchStepByStep issues
Sort by recently updated
recently updated
newest added

I have been going through the pytorch documentation of conv2D. Reading the docs from pytorch I see `torch.nn.Conv2d(in_channels: int, out_channels: int, kernel_size: Union[T, Tuple[T, T]], stride: Union[T, Tuple[T, T]] =...

I just downloaded the latest full zip file. While running the jupyter notebook for Chapter05, I noticed a couple of errors, relating to ` in 22 23 # Builds a...

**OK, here I am displaying my utter ignorance again**. I did find a post on towards data science entitled "everything you need to know about saving weights in pytorch". [https://towardsdatascience.com/everything-you-need-to-know-about-saving-weights-in-pytorch-572651f3f8de](url)...

I hope that this is not trivial. I was confused by it for a while so I thought that I should bring it up. Normally, in engineering, when I see...

I am getting following when I try import, any idea??? ``` [root@localhost PyTorchStepByStep]# python3 -c "import data_generation.square_sequences" Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module...

On page 910 in the code example you see the following code example ```python sentence1 = 'follow the white rabbit neo' sentence2 = 'no one can be told what the...

Dear Daniel, on page 892 there a links to Hugging Face, that are not working anymore (footnotes 165 - 167). Best Benjamin

Dear Daniel, first of all: Great book! I do enjoy reading it! In Figure 8.6 for the input __x__ and the hidden-input __y__ both vectors are transformed with the weight...

There is a mistake on page 113 of the book. ```python # on page 113 predictions = torch.tensor(0.5, 1.0) labels = torch.tensor(2.0, 1.3) ``` Probably what you really want to...

The kindle version of the book is hard to read on a physical kindle eink device due to lack of contrast. The bulk text of the book is dark grey...