Skip to content

Commit 47ba383

Browse files
committed
bug
1 parent 0e94d50 commit 47ba383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dictionary_learning/dictionary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,7 @@ def __init__(
14401440
norm_init_scale: float = 1.0,
14411441
activation_mean: th.Tensor | None = None,
14421442
activation_std: th.Tensor | None = None,
1443+
target_rms: float | None = 1.0,
14431444
*args,
14441445
**kwargs,
14451446
):

0 commit comments

Comments
 (0)