From a547fee3f403b6ed9372714b15ebc430499764de Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 16 May 2024 16:30:16 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap11/11_2_Residual_Networks.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notebooks/Chap11/11_2_Residual_Networks.ipynb b/Notebooks/Chap11/11_2_Residual_Networks.ipynb index 613920f..51a67f2 100644 --- a/Notebooks/Chap11/11_2_Residual_Networks.ipynb +++ b/Notebooks/Chap11/11_2_Residual_Networks.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyMXS3SPB4cS/4qxix0lH/Hq", + "authorship_tag": "ABX9TyNIY8tswL9e48d5D53aSmHO", "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"