overfitness to first batch issue #4306
-
Hi, I have a shape correspondence task with a dataset consisting of 100 shapes. Although I have dataloader "shuffle = True", after testing my model, it highly overfits to the first batch (batch size of one) or data sample. In other words, my test accuracy is high for the first sample and much lower for the rest. So here is the test accuracy for my 20 test samples: accuracy: 0.6181 Any thoughts would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Is that also the case when setting |
Beta Was this translation helpful? Give feedback.
Is that also the case when setting
shuffle=True
in the test dataloader?