Deep.Net


MnistRawT

Namespace: Datasets

Raw MNIST dataset

Record Fields

Record FieldDescription
TrnImgs
Signature: Tensor<single>

2d training images of shape [60000; 28; 28]

TrnLbls
Signature: Tensor<single>

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

TstImgs
Signature: Tensor<single>

2d test images of shape [10000; 28; 28]

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