Skip to content

An implementation of LeNet-5 in pytorch, readily packaged to be trained on the MNIST data set

Notifications You must be signed in to change notification settings

Silvan-K/lenet5-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

An implementation of LeNet-5 in pytorch, readily packaged to be trained on the MNIST data set.

Installation

To install, please run

pip install .

Usage

To get a trained ONNX model, please run e.g.

train-lenet5-mnist --output-path lenet5-mnist.onnx --num-epochs 100 --batch-size 64 --learning-rate 0.001 --random-seed 0

For a demonstration of how to use the trained model, please refer to the provided example.

About

An implementation of LeNet-5 in pytorch, readily packaged to be trained on the MNIST data set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages