diff --git a/Notebooks/Chap10/10_2_Convolution_for_MNIST_1D.ipynb b/Notebooks/Chap10/10_2_Convolution_for_MNIST_1D.ipynb index 6084ad4..c9d02a6 100644 --- a/Notebooks/Chap10/10_2_Convolution_for_MNIST_1D.ipynb +++ b/Notebooks/Chap10/10_2_Convolution_for_MNIST_1D.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyNJodaaCLMRWL9vTl8B/iLI", + "authorship_tag": "ABX9TyNb46PJB/CC1pcHGfjpUUZg", "include_colab_link": true }, "kernelspec": { @@ -45,8 +45,8 @@ { "cell_type": "code", "source": [ - "# Run this if you're in a Colab to make a local copy of the MNIST 1D repository\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" ], "metadata": { "id": "D5yLObtZCi9J"