model.runtime.workflows.no_cv_workflow

Calibration workflow without cross-validation.

Module Contents

Classes

NoCVWorkflow

Run one calibration job over the full configured dataset.

API

class model.runtime.workflows.no_cv_workflow.NoCVWorkflow(config, config_path=None, config_overrides=None)

Bases: model.runtime.workflows.base_workflow.BaseWorkflow

Run one calibration job over the full configured dataset.

Initialization

workflow_name

‘no_cv’

run(epochs=10, lr=0.001, train_chunk_size=None, max_grad_norm=1.0, skip_nan_grads=True, show_progress=True, debug=False, output_dir=None, fold_id=0)