Skip to content

Commit 6cbdbd8

Browse files
Update models.py
1 parent 123b836 commit 6cbdbd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models.py

-2
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,6 @@ def __init__(
389389
stochastic_sample_codes=True,
390390
threshold_ema_dead_code=2,
391391
use_cosine_sim = True,
392-
orthogonal_reg_weight = 10, # in paper, they recommended a value of 10
393-
orthogonal_reg_active_codes_only = False,
394392
)
395393
self.out_feature_net = nn.Linear(512, hidden_channels)
396394

0 commit comments

Comments
 (0)