From b423a67855de0874bd823cb5301d8351cd12de13 Mon Sep 17 00:00:00 2001 From: muddlebee Date: Sat, 17 Aug 2024 03:50:15 +0530 Subject: [PATCH] fix(8.1) : error in Chap08\8_1_MNIST_1D_Performance.ipynb --- Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb b/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb index 1c01370..69b4f91 100644 --- a/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb +++ b/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb @@ -117,20 +117,11 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "metadata": { "id": "_rX6N3VyyQTY" }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Epoch 24, train loss 1.584953, train error 62.60, test loss 1.665801, test error 67.90\n", - "Epoch 25, train loss 1.586464, train error 63.05, test loss 1.666717, test error 68.00\n" - ] - } - ], + "outputs": [], "source": [ "# choose cross entropy loss function (equation 5.24)\n", "loss_function = torch.nn.CrossEntropyLoss()\n",