Skip to content

Commit

Permalink
Rename lr to value(facebookresearch/ClassyVision#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaobingSuper committed Mar 9, 2020
1 parent 010edf0 commit 072ce86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ def setUp(self):
"schedulers": [
{
"name": "linear",
"start_lr": 0.005,
"end_lr": 0.04
"start_value": 0.005,
"end_value": 0.04
},
{
"name": "cosine",
"start_lr": 0.04,
"end_lr": 0.00004
"start_value": 0.04,
"end_value": 0.00004
}
],
"lengths": [0.13, 0.87],
Expand Down

0 comments on commit 072ce86

Please sign in to comment.