Skip to content

Commit

Permalink
upd configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Galaxies99 committed Aug 27, 2021
1 parent 007bd13 commit e7b2edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"optimizer":
"type": "AdamW"
"params":
"lr": 0.01
"lr": 0.001

"lr_scheduler":
"type": "MultiStepLR"
"params":
"milestones": [10, 20, 30]
"milestones": [20]
"gamma": 0.1

"dataset":
Expand Down

0 comments on commit e7b2edb

Please sign in to comment.