Closed tarrade closed 4 years ago
@tarrade Thanks for reporting this issue !
https://forums.fast.ai/t/different-batch-size-for-train-and-valid-data-loaders/30691
you don’t compute the gradients for the validation set, so you have more GPU memory available. Usually it’s even bs*2 vor the validation set.
why should we use different values ?