[][src]Function deep_learning_playground::setup::mnist::load_data

pub fn load_data(
    dataset_key: DatasetKey,
    normalize: bool
) -> Result<Vec<MnistImage>>

Loading MNIST Data (http://yann.lecun.com/exdb/mnist/). If the following files are not found in the .mnist directory of the execution path, download them from the database and decode the data.

If they existed, read that file and decode the data.

Arguments