Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 561 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 561 Bytes

LeNet

Data for LeNet can be downloaded as follows:

./download_mnist.sh

Weights produced by training the model in Torch have been provided. The training script (closely following the one found here) is provided.

To run LeNet inference:

cd ../../build
./examples/lenet/lenet ../examples/lenet/weights ../examples/lenet/data

An additional integer argument may be provided to limit the number of workers.