Global configuration¶
This section describes options that impact all modules.
Options¶
Name |
Allowed |
Default |
Description |
|---|---|---|---|
|
|
|
Forces execution on the specified hardware. If the GPU is unavailable on the machine, RAITAP falls back to CPU and emits a CLI warning. Execution dependencies. |
|
|
|
Name of the experiment (assessment run). |
|
|
|
Directory where Hydra stores the run outputs. If not specified, Hydra creates a timestamped directory under |
YAML example¶
hydra:
run:
dir: "./custom-outputs-dir"
hardware: "gpu"
experiment_name: "My Experiment"
CLI override example¶
uv run raitap hardware=cpu experiment_name="My_Experiment"
raitap hardware=cpu experiment_name="My_Experiment"
For module-specific options and examples, refer to Module-specific configurations.