Expand description
MNIST parquet dataset reading. Reader for HuggingFace MNIST parquet files.
Schema (from ylecun/mnist):
image: struct<bytes: binary, path: utf8> — PNG-encoded 28×28 grayscalelabel: int64 — class 0-9
Structs§
- Mnist
Batch - A loaded batch of MNIST samples.
- Mnist
Dataset - Reads MNIST samples from a HuggingFace parquet file.