Skip to content

Commit

Permalink
Created using Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed May 16, 2024
1 parent 98bce9e commit 444b06d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Notebooks/Chap08/8_3_Double_Descent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"colab": {
"provenance": [],
"gpuType": "T4",
"authorship_tag": "ABX9TyN/KUpEObCKnHZ/4Onp5sHG",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -266,4 +265,4 @@
"outputs": []
}
]
}
}

0 comments on commit 444b06d

Please sign in to comment.