AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.sdk.train Namespace Reference

Functions

dict[str, Any] run (str|Path recipe, *, bool dry_run=False)
dict[str, Any] show (str run_id)
RunRecord train_recipe (str|Path recipe, **Any kwargs)

Function Documentation

◆ run()

dict[str, Any] run ( str | Path recipe,
* ,
bool dry_run = False )
Execute a Recipe YAML/JSON. Returns the RunRecord as a dict.

Definition at line 22 of file train.py.

◆ show()

dict[str, Any] show ( str run_id)
Load a saved run (gate, checkpoint, inspect).

Definition at line 28 of file train.py.

◆ train_recipe()

RunRecord train_recipe ( str | Path recipe,
**Any kwargs )

Definition at line 33 of file train.py.