diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2020-06-03 23:50:13 +0200 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2020-06-03 23:50:13 +0200 |
commit | 04cbe33804dddba9f8eed6b930bf653a0473392a (patch) | |
tree | 265014a644c73d20d6db061fc2d27eacf00c86d6 /.gitignore | |
parent | ab9af6bdc3274455c7206027f1828c7a609bab11 (diff) |
EMNIST dataset working.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -127,3 +127,11 @@ dmypy.json # Pyre type checker .pyre/ + +!data +data/* +!data/EMNIST +data/EMNIST/* +!data/EMNIST/raw +data/EMNIST/raw/* +!data/EMNIST/raw/metadata.toml |