Skip to content

rnlee1998/pytorch-MNIST

Repository files navigation

pytorch--MNIST

train

python train.py args_train.txt

Learning rate set

Model lr
MLP 0.9
LeNet 0.9
AlexNet 0.01
VGG 0.05

test

python test.py args_test.txt

test a demo

python demo.py

MLP & LeNet input: 28 * 28

AlexNet & VGG input: 224 * 224

model acc_g
MLP 0.36875
LeNet 0.45625
AlexNet 0.59375
VGG 0.65

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages