From 6180517be2c2e561ec3d3eee1c3876bc0503f1f8 Mon Sep 17 00:00:00 2001 From: dLedda Date: Tue, 23 Jun 2020 22:56:19 +0200 Subject: [PATCH] First commit --- .idea/vcs.xml | 6 ++++++ .../t10k-images.idx3-ubyte | Bin .../t10k-labels.idx1-ubyte | Bin .../train-images.idx3-ubyte | Bin .../train-labels.idx1-ubyte | Bin 5 files changed, 6 insertions(+) create mode 100644 .idea/vcs.xml rename t10k-images.idx3-ubyte => data/t10k-images.idx3-ubyte (100%) rename t10k-labels.idx1-ubyte => data/t10k-labels.idx1-ubyte (100%) rename train-images.idx3-ubyte => data/train-images.idx3-ubyte (100%) rename train-labels.idx1-ubyte => data/train-labels.idx1-ubyte (100%) diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/t10k-images.idx3-ubyte b/data/t10k-images.idx3-ubyte similarity index 100% rename from t10k-images.idx3-ubyte rename to data/t10k-images.idx3-ubyte diff --git a/t10k-labels.idx1-ubyte b/data/t10k-labels.idx1-ubyte similarity index 100% rename from t10k-labels.idx1-ubyte rename to data/t10k-labels.idx1-ubyte diff --git a/train-images.idx3-ubyte b/data/train-images.idx3-ubyte similarity index 100% rename from train-images.idx3-ubyte rename to data/train-images.idx3-ubyte diff --git a/train-labels.idx1-ubyte b/data/train-labels.idx1-ubyte similarity index 100% rename from train-labels.idx1-ubyte rename to data/train-labels.idx1-ubyte