diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-08-31 09:39:37 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-08-31 09:39:37 -0300 |
commit | fdae43b3851400d30d9bd374542ade8a0e73422f (patch) | |
tree | b191ff4c9af5097468a7f75d4e57f9ae2e88bfd3 /datasets/mnist/README | |
parent | c9003e0169f4f7775b6c84e40caec0e5ade4447b (diff) |
Added README file(s) and LICENSE.
Diffstat (limited to 'datasets/mnist/README')
-rw-r--r-- | datasets/mnist/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/datasets/mnist/README b/datasets/mnist/README new file mode 100644 index 0000000..b5c8aac --- /dev/null +++ b/datasets/mnist/README @@ -0,0 +1,5 @@ +The script was originally run as: + python mnist_extract.py 2000 + +The generated samples are stored in the files `mnist_train_sample.tbl` and +`mnist_test_sample.tbl`. |