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": []