Struct cifar_10_loader::CifarImage [] [src]

pub struct CifarImage {
    pub label: u8,
    pub image: DynamicImage,
}

CifarImage is inner Struct of CifarDataset.

Fields

Label number of cifar10.

32x32 RGB image.

DynamicImage is in image crate.