compare-steering

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.

Basic Usage
python -m wisent compare-steering OBJECT [OBJECT ...] --format {json,table,both} [OPTIONS]

Examples

Compare two objects as a table
python -m wisent compare-steering   ./steering/helpful.pt ./steering/honest.pt   --format table
Compare chosen layers and save JSON
python -m wisent compare-steering   ./steering/a.pt ./steering/b.pt ./steering/c.pt   --layers 8,12,15   --format both   --output ./comparison.json

Arguments

Required

ArgumentDescription
objectsPaths to .pt steering objects to compare (at least 2)
--formatOutput format: json, table, or both

Options

ArgumentDefaultDescription
--layersall commonComma-separated layer list to compare
--outputprint onlyOutput path for JSON results

Related Commands

Stay in the loop. Never miss out.

Subscribe to our newsletter and unlock Wisent insights.