Add support on num steps for learning rate scheduler#489
Conversation
66fa7db to
aebe277
Compare
|
/build-ci |
|
@skothenhill-nv Do you know where I should update |
|
/build-ci |
|
I didnt quite figure out the right abstraction for schedulers + optimizers. When you do this, if there is an approach that stands out to you please let me know! To answer your question:
Schedulers are defined in the train method, so you'll want to add its usage here:
add it as a field and update the recipes to do the right thing. |
995d9ad to
7ba00fc
Compare
|
/build-ci |
7ba00fc to
0532c87
Compare
|
/build-ci |
0532c87 to
2cbb32c
Compare
|
/build-ci |
1 similar comment
|
/build-ci |
This reverts commit 271e5fc.
ba3e002 to
1529c0a
Compare
|
/build-ci |
1 similar comment
|
/build-ci |
c595c18 to
e4d8a1e
Compare
|
/build-ci |
2c700b2 to
0f8e1dd
Compare
|
/build-ci |
Decouple
num_stepswith number of steps in learning rate scheduler.Or taking the pydantic route