-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
I have been experimenting with the linear, piece-wise, and projection operations for representation control. It would be useful to have the projection operation available for reference to make sure my implementation matches what was used in the paper. But, it's currently not implemented.
representation-engineering/repe/rep_control_reading_vec.py
Lines 93 to 95 in 8de198b
| elif operator == 'projection': | |
| def op(current, controller): | |
| raise NotImplementedError |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels