Thank you for your excellent work. I noticed that in the config file, the default value of per_device_train_batch_size is set to 1, and it seems that the code also enforces the batch size to be fixed at 1. Therefore, I would like to know whether per_device_train_batch_size > 1 is supported?
Thank you for your excellent work. I noticed that in the config file, the default value of
per_device_train_batch_sizeis set to 1, and it seems that the code also enforces the batch size to be fixed at 1. Therefore, I would like to know whetherper_device_train_batch_size > 1is supported?