ThomasDelteil/HandwrittenTextRecognition_MXNet

little issue with evaluate_accuracy

Closed this issue · 2 comments

screen shot 2018-05-03 at 12 54 36 am

I am getting this error. I am a beginner with mxnet, it would be so great if you could help or direct me. Thanks a ton

Hi @debuggermalhotra , the reason would be that your dataloader here is not holding any data, which is probably your real bug. If you want to fix this specific bug, set i = 0 after metric = 0. But you should be really looking at why your dataloader is empty.

Guess, was my bad. Trying to move forward too quickly without even noticing that dataloader is not yet filled. Anyway thanks a ton for your help. Great work btw!!