Repository URL to install this package:
|
Version:
5.0.6-1+cuda10.0 ▾
|
The sampleMNIST sample demonstrates how to:
This sample can be run as:
./sample_mnist [-h] [--datadir=/path/to/data/dir/] [--useDLA=N]
SampleMNIST reads two Caffe files to build the network:
mnist.prototxt - The prototxt file that contains the network designmnist.caffemodel - The model file which contains the trained weights
for the networkmnist_mean.binaryproto - The binaryproto file which contains the meansBy default, the sample expects these files to be in data/samples/mnist/ or
data/mnist/. The list of default directories can be changed by adding one or
more paths with --datadir=/new/path/ as a command line argument.