dataeval.config¶
Global configuration settings for DataEval.
Classes¶
Global configuration for DataEval runtime settings. |
Functions¶
|
Return the batch size to use. |
|
Return the PyTorch device to use. |
Return the maximum number of worker processes to use when running tasks that support parallel processing. |
|
|
Return the seed for random state or seed. |
|
Set the default batch size to use when processing data. |
|
Set the default device to use when executing against a PyTorch backend. |
|
Set the maximum number of worker processes to use when running tasks that support parallel processing. |
|
Set 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. |