Skip to content

Commit

Permalink
Merge pull request #639 from Alejandro-Casanova/patch-11
Browse files Browse the repository at this point in the history
added period for clarity
  • Loading branch information
mrdbourke authored Sep 21, 2023
2 parents f30aa7a + cb844aa commit baedf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08_pytorch_paper_replicating.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
">\n",
"> You could definitely do that by reproducing all of the math equations from the paper with custom PyTorch layers and that would certainly be an educative exercise, however, using pre-existing PyTorch layers is usually favoured as pre-existing layers have often been extensively tested and performance checked to make sure they run correctly and fast. \n",
"\n",
"> **Note:** We're going to be focused on writing PyTorch code to create these layers, for the background on what each of these layers does, I'd suggest reading the ViT Paper in full or reading the linked resources for each layer.\n",
"> **Note:** We're going to be focused on writing PyTorch code to create these layers. For the background on what each of these layers does, I'd suggest reading the ViT Paper in full or reading the linked resources for each layer.\n",
"\n",
"Let's take Figure 1 and adapt it to our FoodVision Mini problem of classifying images of food into pizza, steak or sushi.\n",
"\n",
Expand Down

0 comments on commit baedf41

Please sign in to comment.