AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.run.Run Member List

This is the complete list of members for aquin.run.Run, including all inherited members.

__init__(self, str|None base_model=None, str|None run_name=None, dict[str, Any]|None config=None, *, str quant="none", str mode="external", str|Path|None run_dir=None)aquin.run.Run
_base_modelaquin.run.Runprotected
_metricsaquin.run.Runprotected
_metrics_lockaquin.run.Runprotected
_obsaquin.run.Runprotected
_run_diraquin.run.Runprotected
_run_idaquin.run.Runprotected
_run_nameaquin.run.Runprotected
_signalsaquin.run.Runprotected
_started_ataquin.run.Runprotected
_write_config(self, dict[str, Any] config)aquin.run.Runprotected
_write_meta(self)aquin.run.Runprotected
_write_metrics(self)aquin.run.Runprotected
_write_obs(self)aquin.run.Runprotected
_write_signals(self)aquin.run.Runprotected
checkpoint(self, Any model, int step)aquin.run.Run
finish(self, dict[str, Any]|None config=None)aquin.run.Run
log(self, int step, *, float loss, float|None learning_rate=None, float|None grad_norm=None, float|None momentum_norm=None, int|None epoch=None, int|None batch=None, int|None total_batches=None, float|None step_ms=None, **float extra)aquin.run.Run
observe(self, int step, str channel, float value)aquin.run.Run
run_id(self)aquin.run.Run
signal(self, int step, str message, *, str severity="info")aquin.run.Run