SVHNClassifier-PyTorch icon indicating copy to clipboard operation
SVHNClassifier-PyTorch copied to clipboard

Issue evaluating

Open jake-shomer opened this issue 7 years ago • 2 comments

The model's evaluation accuracy maintains 0.00% throughout the entire training process. The model's loss decreases significantly but when evaluating on the validation set it returns 0% accuracy. No code was modified to perform training. Any idea of what the issue may be?

jake-shomer avatar Oct 01 '18 15:10 jake-shomer

I got the same problem. Any solutions?

muety avatar Jun 06 '19 22:06 muety

If you’re using Python 2, try to replace with float(len(self._loader.dataset)) at evaluator.py #47, or you could check the value of num_corrects

potterhsu avatar Jun 07 '19 04:06 potterhsu