From d17a5a3872e3e3390b7d11fb5cc7adf2f712551c Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 16 May 2024 16:21:10 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap09/9_5_Augmentation.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Notebooks/Chap09/9_5_Augmentation.ipynb b/Notebooks/Chap09/9_5_Augmentation.ipynb index adc8e57..66819ed 100644 --- a/Notebooks/Chap09/9_5_Augmentation.ipynb +++ b/Notebooks/Chap09/9_5_Augmentation.ipynb @@ -4,7 +4,6 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyM38ZVBK4/xaHk5Ys5lF6dN", "include_colab_link": true }, "kernelspec": { @@ -44,8 +43,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": "syvgxgRr3myY" @@ -343,4 +342,4 @@ } } ] -} +} \ No newline at end of file