Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus authored Jan 31, 2024
1 parent 123b836 commit 6cbdbd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,6 @@ def __init__(
stochastic_sample_codes=True,
threshold_ema_dead_code=2,
use_cosine_sim = True,
orthogonal_reg_weight = 10, # in paper, they recommended a value of 10
orthogonal_reg_active_codes_only = False,
)
self.out_feature_net = nn.Linear(512, hidden_channels)

Expand Down

0 comments on commit 6cbdbd8

Please sign in to comment.