Created using Colab

This commit is contained in:
udlbook
2024-05-16 16:19:57 -04:00
parent 445ad11c46
commit 3e7e059bff

View File

@@ -43,8 +43,8 @@
"id": "Sg2i1QmhKW5d" "id": "Sg2i1QmhKW5d"
}, },
"source": [ "source": [
"# Run this if you're in a Colab\n", "# Run this if you're in a Colab to install MNIST 1D repository\n",
"!git clone https://github.com/greydanus/mnist1d" "!pip install git+https://github.com/greydanus/mnist1d"
], ],
"execution_count": null, "execution_count": null,
"outputs": [] "outputs": []