Hi,
I use the default setting to train the model on tacos.
During testing, when the batch_size is set as 64 (which is the default setting in dafault.py). The performace is normal.
However, if I change the batch_size by TEST.BATCH_SIZE 32, the performance would become extremely low. Why would this happen?
Hi, I use the default setting to train the model on tacos. During testing, when the batch_size is set as 64 (which is the default setting in dafault.py). The performace is normal. However, if I change the batch_size by
TEST.BATCH_SIZE 32
, the performance would become extremely low. Why would this happen?