()
| 16 | |
| 17 | |
| 18 | def getKaggleFashionMNIST(): |
| 19 | # https://www.kaggle.com/zalando-research/fashionmnist |
| 20 | return getMNISTFormat('../large_files/fashionmnist/fashion-mnist_train.csv') |
| 21 | |
| 22 | def getMNISTFormat(path): |
| 23 | # MNIST data: |
no test coverage detected