Closed sunggukcha closed 2 years ago
When I test the final quality of the model, everything was correct, but the evaluation in the training loop was slightly wrong. Thank you so much for pointing me this error. I've just changed train_emotions-pytorch.ipynb and train_faces_torch.ipynb in my repository, and everything seems to work as expected
Hello. Thanks for sharing your great works.
Your scoring script is correct only if
len(dataloader) % batch_size == 0.
My version follows where
length
is the size of the dataset (not which of dataloader).