From 3e7e059bff2b5a8ca6ce98c7611d6d33ec500c84 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 16 May 2024 16:19:57 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap20/20_3_Lottery_Tickets.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap20/20_3_Lottery_Tickets.ipynb b/Notebooks/Chap20/20_3_Lottery_Tickets.ipynb index 41d5238..182cfa3 100644 --- a/Notebooks/Chap20/20_3_Lottery_Tickets.ipynb +++ b/Notebooks/Chap20/20_3_Lottery_Tickets.ipynb @@ -43,8 +43,8 @@ "id": "Sg2i1QmhKW5d" }, "source": [ - "# Run this if you're in a Colab\n", - "!git clone https://github.com/greydanus/mnist1d" + "# Run this if you're in a Colab to install MNIST 1D repository\n", + "!pip install git+https://github.com/greydanus/mnist1d" ], "execution_count": null, "outputs": []