Deep.Net


CifarRawT

Namespace: Datasets

Raw MNIST dataset

Record Fields

Record FieldDescription
TrnData
Signature: Tensor<single>

2d training image data of shape [50000;3072]

TrnLbls
Signature: Tensor<single>

one-hot training labels of shape [50000; 10]

TstData
Signature: Tensor<single>

2d test images data of shape [10000;3072]

TstLbls
Signature: Tensor<single>

one-hot test labels of shape [10000; 10]

Instance members

Instance memberDescription
ToCuda()
Signature: unit -> MnistRawT

copies this dataset to the CUDA GPU

Fork me on GitHub