Skip to content

Commit 17f6c98

Browse files
authored
Merge pull request #683 from egecandrsn/patch-1
Update 08_pytorch_paper_replicating.ipynb
2 parents bd84150 + 7435131 commit 17f6c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08_pytorch_paper_replicating.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@
23732373
"4. Creating a `PatchEmbedding` layer (the one we made in section 4.5) with a `patch_size=16` and `embedding_dim=768` (from Table 1 for ViT-Base).\n",
23742374
"5. Passing the single image through the `PatchEmbedding` layer in 4 to create a sequence of patch embeddings.\n",
23752375
"6. Creating a class token embedding like in section 4.6. \n",
2376-
"7. Prepending the class token emebdding to the patch embeddings created in step 5.\n",
2376+
"7. Prepending the class token embedding to the patch embeddings created in step 5.\n",
23772377
"8. Creating a position embedding like in section 4.7.\n",
23782378
"9. Adding the position embedding to the class token and patch embeddings created in step 7.\n",
23792379
"\n",

0 commit comments

Comments
 (0)