From 41030847c891053975279461b593cdea5373883d Mon Sep 17 00:00:00 2001 From: Sun Jin Kim <sk2521@ic.ac.uk> Date: Thu, 21 Apr 2022 18:52:17 +0100 Subject: [PATCH] remove cifar-10 dataset from repo --- .gitignore | 3 +++ .../test/cifar-10-batches-py/batches.meta | Bin 158 -> 0 bytes .../test/cifar-10-batches-py/readme.html | 1 - .../train/cifar-10-batches-py/batches.meta | Bin 158 -> 0 bytes .../train/cifar-10-batches-py/readme.html | 1 - 5 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 MetaAugment/MetaAugment/test/cifar-10-batches-py/batches.meta delete mode 100644 MetaAugment/MetaAugment/test/cifar-10-batches-py/readme.html delete mode 100644 MetaAugment/MetaAugment/train/cifar-10-batches-py/batches.meta delete mode 100644 MetaAugment/MetaAugment/train/cifar-10-batches-py/readme.html diff --git a/.gitignore b/.gitignore index ecc21d1f..db24985b 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,6 @@ MetaAugment/__pycache__/main.cpython-38.pyc **/.DS_Store node_modules + +cifar-10-batches-py +cifar-10-python.tar.gz \ No newline at end of file diff --git a/MetaAugment/MetaAugment/test/cifar-10-batches-py/batches.meta b/MetaAugment/MetaAugment/test/cifar-10-batches-py/batches.meta deleted file mode 100644 index 4467a6ec2e886a9f14f25e31776fb0152d8ac64a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 158 zcmWm8OAdlC5CBkxA_(|NJcO*g3CmfUW?DvQER^ZTory<RS8w}1*_*c=T$VITje&w( z$xDS%Pn`AVD>N1rS-Id$f%7|y4k|Q$wYU%$P-BX2cFI`d9SCLoz$N4wBUc~>BF}rs o2RCvJ;^BWbP)yDT;ub`h%*qESqEGtCM}qSIc$vVbe$%Gg7eB5uW&i*H diff --git a/MetaAugment/MetaAugment/test/cifar-10-batches-py/readme.html b/MetaAugment/MetaAugment/test/cifar-10-batches-py/readme.html deleted file mode 100644 index e377adef..00000000 --- a/MetaAugment/MetaAugment/test/cifar-10-batches-py/readme.html +++ /dev/null @@ -1 +0,0 @@ -<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.cs.toronto.edu/~kriz/cifar.html"> diff --git a/MetaAugment/MetaAugment/train/cifar-10-batches-py/batches.meta b/MetaAugment/MetaAugment/train/cifar-10-batches-py/batches.meta deleted file mode 100644 index 4467a6ec2e886a9f14f25e31776fb0152d8ac64a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 158 zcmWm8OAdlC5CBkxA_(|NJcO*g3CmfUW?DvQER^ZTory<RS8w}1*_*c=T$VITje&w( z$xDS%Pn`AVD>N1rS-Id$f%7|y4k|Q$wYU%$P-BX2cFI`d9SCLoz$N4wBUc~>BF}rs o2RCvJ;^BWbP)yDT;ub`h%*qESqEGtCM}qSIc$vVbe$%Gg7eB5uW&i*H diff --git a/MetaAugment/MetaAugment/train/cifar-10-batches-py/readme.html b/MetaAugment/MetaAugment/train/cifar-10-batches-py/readme.html deleted file mode 100644 index e377adef..00000000 --- a/MetaAugment/MetaAugment/train/cifar-10-batches-py/readme.html +++ /dev/null @@ -1 +0,0 @@ -<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.cs.toronto.edu/~kriz/cifar.html"> -- GitLab