Replies: 2 comments
|
Hi, can we implement the feature using a hook to warm up the loss weight? |
0 replies
|
yup sure, but how can we implement without modifying the current |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I would like to use
param_scheduleron loss_weight, in some algorithms, we may want to ramp up the loss weight until the certain value. but in the current implementations, we can only passoptimi_wrappertoparam_scheduler. So it would be better to generlize that.Any idea?
All reactions