From 384e122c5f3d44d5519e91f91e8e7a833003a0f1 Mon Sep 17 00:00:00 2001 From: Dhruv Patel Date: Fri, 10 May 2024 09:25:05 +0530 Subject: [PATCH] Fixed mnist1d installation for collab --- Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb b/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb index 162b6ee..3f4e1a6 100644 --- a/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb +++ b/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb @@ -47,7 +47,7 @@ "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" + "%pip install git+https://github.com/greydanus/mnist1d" ], "metadata": { "id": "ifVjS4cTOqKz"