You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm performing a classification task using MinkowskiEngine. I train the neural network with batch_size=8.
I set the batch_size to be 1 at test phase, and the result is quite bad, there's a big gap between validation set and test set. I increase the batch_size and the result is better.
Can you help explain this? I know the batch normalization layer might be the reason, but I've never encounter this phenomenon with other frameworks.
The text was updated successfully, but these errors were encountered:
hi Chris,
I'm performing a classification task using MinkowskiEngine. I train the neural network with batch_size=8.
I set the batch_size to be 1 at test phase, and the result is quite bad, there's a big gap between validation set and test set. I increase the batch_size and the result is better.
Can you help explain this? I know the batch normalization layer might be the reason, but I've never encounter this phenomenon with other frameworks.
The text was updated successfully, but these errors were encountered: