video-classification icon indicating copy to clipboard operation
video-classification copied to clipboard

incredible incorrect rate in CRNN

Open haoyijiang opened this issue 5 years ago • 1 comments

The accuracy rate in my experiment is super low,about 1.02%. In the python file of check prediction, optimizer file is not used?

haoyijiang avatar Apr 20 '20 11:04 haoyijiang

Hi, the 1.02% accuracy is in training or testing? have you adjusted the default parameters? it's possible to have this accuracy if the learning rate is not proper.

Also in the check prediction, the CRNN model parameters are reloaded purely for prediction purpose, not for retraining, so the optimizer will not be used. But of course, you may adjust it according to your need. Hope this answers your question.

HHTseng avatar Apr 20 '20 17:04 HHTseng