![]() |
ceras
yet another deep learning engine
|
Functions | |
auto | load_data (std::string const &path=std::string{"./dataset/fashion_mnist"}) |
|
inline |
Loads the fashion-MNIST dataset.
path | Path where to cache the dataset locally. Default to "./dataset/fashion_mnist", should be updated if running the program somewhere else. |
[[1, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
.Label Description 0 T-shirt/top 1 Trouser 2 Pullover 3 Dress 4 Coat 5 Sandal 6 Shirt 7 Sneaker 8 Bag 9 Ankle boot
Example usage:
The copyright for Fashion-MNIST is held by Zalando SE. Fashion-MNIST is licensed under the MIT license.