first commit
This commit is contained in:
commit
7425a51871
6 changed files with 308 additions and 0 deletions
8
data.sh
Executable file
8
data.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl -L -o mnist-dataset.zip https://www.kaggle.com/api/v1/datasets/download/hojjatk/mnist-dataset
|
||||
mkdir dataset
|
||||
pushd dataset
|
||||
unzip ../mnist-dataset.zip
|
||||
rm -rf ../mnist-dataset.zip
|
||||
popd
|
||||
Loading…
Add table
Add a link
Reference in a new issue