Fixed mnist1d installation for collab

This commit is contained in:
Dhruv Patel
2024-05-10 09:25:05 +05:30
parent 30420a2f92
commit 384e122c5f

View File

@@ -47,7 +47,7 @@
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"# Run this if you're in a Colab to make a local copy of the MNIST 1D repository\n", "# 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" "%pip install git+https://github.com/greydanus/mnist1d"
], ],
"metadata": { "metadata": {
"id": "ifVjS4cTOqKz" "id": "ifVjS4cTOqKz"