Function drav::load_mnist_images
[−]
[src]
pub fn load_mnist_images(filename: &Path) -> Result<((u32, u32), Matrix<f32>), DatasetError>
Return a matrix representation of the set of images in the dataset file. Each row is an image, whose elements are the pixel-wise intensities laid out in row-major order.