Skip to content

Commit

Permalink
removes default value for jumprelu_init_threshold downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyduong9 committed Nov 3, 2024
1 parent 5f77c18 commit bea8f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sae_lens/training/training_sae.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class TrainingSAEConfig(SAEConfig):
decoder_heuristic_init: bool = False
init_encoder_as_decoder_transpose: bool = False
scale_sparsity_penalty_by_decoder_norm: bool = False
jumprelu_init_threshold: float = 0.001
jumprelu_init_threshold: float
jumprelu_bandwidth: float

@classmethod
Expand Down

0 comments on commit bea8f50

Please sign in to comment.