From d02c6abea74128673c2c990aa469da25208ce22b Mon Sep 17 00:00:00 2001 From: Arun Date: Tue, 12 Sep 2023 20:10:05 +0530 Subject: [PATCH] updated --- mnist.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mnist.ipynb b/mnist.ipynb index fa6ef89..22202b5 100644 --- a/mnist.ipynb +++ b/mnist.ipynb @@ -201,8 +201,8 @@ "metadata": {}, "outputs": [], "source": [ - "with open('linear_classifier.pkl', 'wb') as model_file:\n", - " pickle.dump(model, model_file)" + "# with open('linear_classifier.pkl', 'wb') as model_file:\n", + "# pickle.dump(model, model_file)" ] }, {