Pritesh Tadvi

Results 14 comments of Pritesh Tadvi

You can create pull request after editing the file.

You have to define class_names before creating instance of TinyVGG ``` class_names = ['pizza', 'steak', 'sushi'] ```

Why is this in issues section ??

> Thank you for this wonderful resource! > > I have noticed that in the "PyTorch and Numpy" video: https://youtu.be/Z_ikDlimN6A?si=fufjAATXrinMXGtu&t=13085 as well as in the online book: https://www.learnpytorch.io/00_pytorch_fundamentals/#pytorch-tensors-numpy > >...

It is one of the error, which were introduced in beginning `shape error`. Here you must have same shape for first dimension, however in your case there is different shape...

In here I don't see any problems. So if you want to troubleshoot see the result of `model_0_results` and make sure that `train_loss` and `test_loss` have same length, also same...

hey, Does this work or not ?

> Hey @pritesh2000 , > > Thank you for these! > > But I think the originals of these (non plural) are best. > > I might leave these for...

I had run this file recently but didn't encounter any error. In some cases, rerun would solve problem.

Hey @g-abilio, Can you provide a code link to your colab notebook or any other notebook ? It is always better to double-check.