dataeval.config¶
Global configuration settings for DataEval.
Classes¶
Global configuration for DataEval runtime settings. |
Functions¶
|
Returns the batch size to use. |
|
Returns the PyTorch device to use. |
Returns the maximum number of worker processes to use when running tasks that support parallel processing. |
|
|
Returns the seed for random state or seed. |
|
Sets the default batch size to use when processing data. |
|
Sets the default device to use when executing against a PyTorch backend. |
|
Sets the maximum number of worker processes to use when running tasks that support parallel processing. |
|
Sets the seed for use by classes that allow for a random state or seed. |
|
Context manager to temporarily override the default batch size. |
|
Context manager to temporarily override the default device. |
|
Context manager to temporarily override the maximum number of processes. |