Skip to content

Commit

Permalink
fix assignment of probe
Browse files Browse the repository at this point in the history
  • Loading branch information
lauritowal committed Aug 3, 2023
1 parent aeb8b09 commit f2ae1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elk/training/ccs_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
hidden_size = cfg.hidden_size or 4 * in_features // 3

self.norm = None
self.probe: nn.Sequential(
self.probe = nn.Sequential(
nn.Linear(
in_features,
1 if cfg.num_layers < 2 else hidden_size,
Expand Down

0 comments on commit f2ae1b7

Please sign in to comment.