|
AQIT 0.1.0
|
Functions | |
| list[Path] | resolve_checkpoint_paths (*, str|None pattern=None, str|None directory=None) |
| dict[str, Any] | run_trajectory_analysis (str model_id, list[str|Path] checkpoint_paths, *, str|None name_prefix=None) |
| dict[str, Any] | run_trajectory_analysis_from_args (dict[str, Any] args) |
| list[Path] resolve_checkpoint_paths | ( | * | , |
| str | None | pattern = None, | ||
| str | None | directory = None ) |
Definition at line 18 of file trajectory_analysis.py.
Referenced by run_trajectory_analysis_from_args().
| dict[str, Any] run_trajectory_analysis | ( | str | model_id, |
| list[str | Path] | checkpoint_paths, | ||
| * | , | ||
| str | None | name_prefix = None ) |
Definition at line 46 of file trajectory_analysis.py.
Referenced by run_trajectory_analysis_from_args().
| dict[str, Any] run_trajectory_analysis_from_args | ( | dict[str, Any] | args | ) |
Definition at line 114 of file trajectory_analysis.py.
References resolve_checkpoint_paths(), and run_trajectory_analysis().