Skip to content

Commit de7f552

Browse files
Update 08_pytorch_paper_replicating.ipynb
Fixed a typo changing 'an' by 'and':
1 parent 0fa794b commit de7f552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

08_pytorch_paper_replicating.ipynb

Lines changed: 2 additions & 2 deletions
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
]
@@ -4850,4 +4850,4 @@
48504850
},
48514851
"nbformat": 4,
48524852
"nbformat_minor": 5
4853-
}
4853+
}

0 commit comments

Comments
 (0)