Skip to content

Commit

Permalink
fix learning rate
Browse files Browse the repository at this point in the history
  • Loading branch information
donglihe-hub committed Mar 5, 2024
1 parent 0621e77 commit 8d11756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions example_config/AmazonCat-13K/attentionxml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ seed: 1337
epochs: 10
# https://github.com/Lightning-AI/lightning/issues/8826
optimizer: adam
optimizer_config:
lr: 0.001
learning_rate: 0.001
# early stopping
patience: 5

Expand Down
1 change: 1 addition & 0 deletions example_config/EUR-Lex/attentionxml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ seed: 1337
epochs: 30
# https://github.com/Lightning-AI/lightning/issues/8826
optimizer: adam
learning_rate: 0.001
# early stopping
patience: 5

Expand Down
1 change: 1 addition & 0 deletions example_config/Wiki10-31K/attentionxml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ seed: 1337
epochs: 30
# https://github.com/Lightning-AI/lightning/issues/8826
optimizer: adam
learning_rate: 0.001
# early stopping
patience: 5

Expand Down

0 comments on commit 8d11756

Please sign in to comment.