|
AQIT 0.1.0
|
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_model | aquin.run.Run | protected |
| _metrics | aquin.run.Run | protected |
| _metrics_lock | aquin.run.Run | protected |
| _obs | aquin.run.Run | protected |
| _run_dir | aquin.run.Run | protected |
| _run_id | aquin.run.Run | protected |
| _run_name | aquin.run.Run | protected |
| _signals | aquin.run.Run | protected |
| _started_at | aquin.run.Run | protected |
| _write_config(self, dict[str, Any] config) | aquin.run.Run | protected |
| _write_meta(self) | aquin.run.Run | protected |
| _write_metrics(self) | aquin.run.Run | protected |
| _write_obs(self) | aquin.run.Run | protected |
| _write_signals(self) | aquin.run.Run | protected |
| 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 |