diff --git a/ch05/01_main-chapter-code/ch05.ipynb b/ch05/01_main-chapter-code/ch05.ipynb index 8be9565..b1e4814 100644 --- a/ch05/01_main-chapter-code/ch05.ipynb +++ b/ch05/01_main-chapter-code/ch05.ipynb @@ -290,7 +290,7 @@ " [40, 1107, 588]]) # \"I really like\"]\n", "\n", "targets = torch.tensor([[3626, 6100, 345 ], # [\" effort moves you\",\n", - " [588, 428, 11311]]) # \" really like chocolate\"]" + " [1107, 588, 11311]]) # \" really like chocolate\"]" ] }, {