You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`use: captum` + `algorithm: IntegratedGradients`|`captum(algorithm="IntegratedGradients", ...)` (the `use` key is baked in) |
83
+
|`use: captum` + `algorithm: IntegratedGradients`|`captum(algorithm="IntegratedGradients", ...)` (the `use` key is baked in)|
84
84
|`defaults: [raitap_schema, _self_]`| Not needed — `AppConfig` already *is* the schema. The defaults entry is a Hydra-only construct. |
85
85
| Group/name selection (`transparency: captum` + dict key in YAML) | Use the dict key on the Python side too: `transparency={"my_run": captum(algorithm=...)}`. |
86
86
| List of visualisers | One builder per visualiser (`captum_image`, `image_pair`, …): flat constructor kwargs, optional `call={...}` for render-time options. `visualisers=[captum_image(max_samples=4, call={"show_sample_names": True})]`. |
0 commit comments