Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Each experiment (`spd/experiments/{tms,resid_mlp,lm}/`) contains:
- WandB integration for experiment tracking and model storage
- Supports both local paths and `wandb:project/runs/run_id` format for model loading
- Centralized experiment registry (`spd/registry.py`) manages all experiment configurations
- **When adding a new metric config class**, also add a short name entry in `METRIC_CONFIG_SHORT_NAMES` in `spd/utils/wandb_utils.py` — this is used for WandB run names and flattened config keys

**Harvest, Autointerp & Dataset Attributions Modules:**

Expand Down
Loading