Why the mini-batch sizes of training and testing are different?
Closed this issue · 1 comments
bcpenggh commented
Dear TA,
In the example code, the mini-batch size of training and testing are 128 and 100 respectively. Is there any reason to choose these numbers? I understand 128 "seems" reasonable. But why should we choose a slightly smaller number "100" for testing? Thanks for your advice.
Regards,
BC
JiaRenChang commented
Hi,
You can use any number of batch size during testing.
Jia-Ren