You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learning rate can be dynamically modified by a scheduler based on epoch or step number, but can parameters of loss functions (such as gamma and loss_weight of focal loss) be dynamically modified?
Is there a recommended way to read epoch or step number from forward method of custom loss functions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Learning rate can be dynamically modified by a scheduler based on epoch or step number, but can parameters of loss functions (such as gamma and loss_weight of focal loss) be dynamically modified?
Is there a recommended way to read epoch or step number from forward method of custom loss functions?
Beta Was this translation helpful? Give feedback.
All reactions