From ea4858e78e7f65c6ba284b9da385460b85564df2 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 16 May 2024 16:29:05 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent_GPU.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent_GPU.ipynb b/Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent_GPU.ipynb index 991ce29..a1f558d 100644 --- a/Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent_GPU.ipynb +++ b/Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent_GPU.ipynb @@ -5,7 +5,7 @@ "colab": { "provenance": [], "gpuType": "T4", - "authorship_tag": "ABX9TyMjPBfDONmjqTSyEQDP2gjY", + "authorship_tag": "ABX9TyOG/5A+P053/x1IfFg52z4V", "include_colab_link": true }, "kernelspec": { @@ -47,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": "D5yLObtZCi9J"