torch / demos

Demos and tutorials around Torch7.
355 stars 301 forks source link

ConvNet Model in MNIST training does not converge #22

Open chwangaa opened 9 years ago

chwangaa commented 9 years ago

Don't know how to concise explaning it, when I train with Linear model, the global correctness is 80% the first time. However, in Convnet, the confusion matrix is basically predicting everything to be 1(the first class), any help in this please?