diff --git a/intro-to-pytorch/Part 5 - Inference and Validation (Solution).ipynb b/intro-to-pytorch/Part 5 - Inference and Validation (Solution).ipynb index 33275ecc37..ad56e9684c 100644 --- a/intro-to-pytorch/Part 5 - Inference and Validation (Solution).ipynb +++ b/intro-to-pytorch/Part 5 - Inference and Validation (Solution).ipynb @@ -391,7 +391,6 @@ "optimizer = optim.Adam(model.parameters(), lr=0.003)\n", "\n", "epochs = 30\n", - "steps = 0\n", "\n", "train_losses, test_losses = [], []\n", "for e in range(epochs):\n",