Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion decoder_transformers_with_pytorch_and_lightning_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
" ## moved to. So if the model is moved to a GPU, then,\n",
" ## even though we don't need to optimize 'pe', it will \n",
" ## also be moved to that GPU. This, in turn, means\n",
" ## that accessing 'pe' will be relatively fast copared\n",
" ## that accessing 'pe' will be relatively fast compared\n",
" ## to having a GPU have to get the data from a CPU.\n",
"\n",
" ## Because this class, PositionEncoding, inherits from nn.Module, the forward() method \n",
Expand Down