Compare two or more saved steering objects across traits and layers, reporting how aligned their directions are so you can tell whether traits share geometry or steer independently.
python -m wisent compare-steering OBJECT [OBJECT ...] --format {json,table,both} [OPTIONS]python -m wisent compare-steering ./steering/helpful.pt ./steering/honest.pt --format table
python -m wisent compare-steering ./steering/a.pt ./steering/b.pt ./steering/c.pt --layers 8,12,15 --format both --output ./comparison.json
| Argument | Description |
|---|---|
| objects | Paths to .pt steering objects to compare (at least 2) |
| --format | Output format: json, table, or both |
| Argument | Default | Description |
|---|---|---|
| --layers | all common | Comma-separated layer list to compare |
| --output | print only | Output path for JSON results |
Stay in the loop. Never miss out.
Subscribe to our newsletter and unlock Wisent insights.