|
AQIT 0.1.0
|
Functions | |
| list[dict[str, Any]] | _load_probes (Any probes) |
| dict[str, Any] | capture_activations (*, str|Path output_dir, Any probes=None, str|None model_id=None, **Any kwargs) |
| dict[str, Any] | replay_activations (str|Path path, *, str|None filter_expr=None, str|None group_by=None, int|None limit=None) |
| dict[str, Any] | features_compare (**Any kwargs) |
|
protected |
Definition at line 21 of file data.py.
Referenced by capture_activations().
| dict[str, Any] capture_activations | ( | * | , |
| str | Path | output_dir, | ||
| Any | probes = None, | ||
| str | None | model_id = None, | ||
| **Any | kwargs ) |
Record activations (+ metadata) into ``output_dir``.
Definition at line 45 of file data.py.
References _load_probes().