modlee.model.model module

Modlee model class and callbacks.

class modlee.model.model.ModleeModel(data_snapshot_size=10000000.0, kwargs_cache={}, modality=None, task=None, *args, **kwargs)[source]

Bases: LightningModule

configure_callbacks()[source]

Configure callbacks for auto-documentation.

Returns:

A list of callbacks for auto-documentation.

property run_path

The path to the current run.

Returns:

The path to the current run.