Skip to content

Commit 85a4644

Browse files
authored
Merge pull request #887 from NavdeepSinghKaur/NavdeepSinghKaur-typo-08
Fix_typo_08_pytorch_paper_replicating.ipynb
2 parents bc304a1 + de7f552 commit 85a4644

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
@@ -2428,7 +2428,7 @@
24282428
"\n",
24292429
"By \"retain positional information\" the authors mean they want the architecture to know what \"order\" the patches come in. As in, patch two comes after patch one and patch three comes after patch two and on and on.\n",
24302430
"\n",
2431-
"This positional information can be important when considering what's in an image (without positional information an a flattened sequence could be seen as having no order and thus no patch relates to any other patch).\n",
2431+
"This positional information can be important when considering what's in an image (without positional information and a flattened sequence could be seen as having no order and thus no patch relates to any other patch).\n",
24322432
"\n",
24332433
"To start creating the position embeddings, let's view our current embeddings."
24342434
]

0 commit comments

Comments
 (0)