dmlc/MXNet.cpp

Accuracy is low

thirdwing opened this issue · 2 comments

Basically we are using the same logic with python, forward->backward->update.

It seems a little weired after 100 epoch, we only get 0.91 with lenet.

[14:35:18] ./lenet_with_mxdataiter.cxx:51: Epoch: 99
[14:35:21] ./lenet_with_mxdataiter.cxx:78: Accuracy: 0.916166

Is this expected or I have done something wrong?

@zhangchen-qinyinghua any idea or suggestion?