From 444b06d5c28deecc1861103040b10f302af73a99 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 16 May 2024 16:27:48 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap08/8_3_Double_Descent.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Notebooks/Chap08/8_3_Double_Descent.ipynb b/Notebooks/Chap08/8_3_Double_Descent.ipynb index cb380cc..f60f12f 100644 --- a/Notebooks/Chap08/8_3_Double_Descent.ipynb +++ b/Notebooks/Chap08/8_3_Double_Descent.ipynb @@ -5,7 +5,6 @@ "colab": { "provenance": [], "gpuType": "T4", - "authorship_tag": "ABX9TyN/KUpEObCKnHZ/4Onp5sHG", "include_colab_link": true }, "kernelspec": { @@ -48,8 +47,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": "fn9BP5N5TguP" @@ -266,4 +265,4 @@ "outputs": [] } ] -} +} \ No newline at end of file