dataeval.config.set_batch_size¶
- dataeval.config.set_batch_size(batch_size)¶
Set the default batch size to use when processing data.
- Parameters:¶
- Raises:¶
ValueError – If the batch size is less than 1.
Set the default batch size to use when processing data.
ValueError – If the batch size is less than 1.