From 461419e4259d8a3d17e56a0682d9ff821a04f937 Mon Sep 17 00:00:00 2001 From: carlfeynman Date: Sat, 16 Sep 2023 17:54:55 +0530 Subject: [PATCH] test --- mnist_classifier.ipynb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mnist_classifier.ipynb b/mnist_classifier.ipynb index 208c4f6..fc1590e 100644 --- a/mnist_classifier.ipynb +++ b/mnist_classifier.ipynb @@ -636,13 +636,6 @@ "source": [ "plt.imshow(xb[0].permute(1,2,0))" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {