cascade.utils.Config
- class cascade.utils.Config[source]
Bases:
objectGlobal configurations
Attributes
ANNDATA_KEYKey to store data configuration in
AnnData.CKPT_SAVE_KNumber of top models to save as checkpoints.
CUDA_REMAPWhether to remap granted CUDA device IDs.
DEBUG_FLAGConvenience utility for setting conditional breakpoints without affecting running workflows.
DETERMINISTICWhether to use deterministic cuDNN implementations.
FALLBACK_DTYPELOG_LEVELLog level.
LOG_STEP_INTERVALRefresh rate of the training progress bar.
MIN_DELTAMinimal score improvement call convergence in earlystopping.
NUM_WORKERSNumber of worker processes to use in data loader.
PATIENCEPatience to call convergence in earlystopping.
PBAR_REFRESHRefresh rate of the training progress bar.
PERSISTENT_WORKERSWhether to use persistent workers in data loader.
PRECISIONFloating point precision.
RUN_IDA unique UUID for the running session