dataeval.config.get_batch_size¶
-
dataeval.config.get_batch_size(override=
None)¶ Return the batch size to use.
- Parameters:¶
- Returns:¶
The batch size to use.
- Return type:¶
- Raises:¶
ValueError – If no batch size is provided and no global batch size is set.
ValueError – If the batch size is less than 1.