Skip to content

Commit

Permalink
tuning finished
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang committed Feb 13, 2025
1 parent 2ef69d8 commit 83c7cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toynlp/nnlm/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def run(config: NNLMConfig):
embedding_dim=100,
hidden_dim=60,
with_direct_connection=False,
with_dropout=False,
with_dropout=True,
dropout_rate=0.2,
),
optimizer=OptimizerConfig(
Expand Down

0 comments on commit 83c7cc4

Please # to comment.