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
I have been testing the Geman-McClure loss implemented in the repo, more specifically the model_utils.general_loss_with_squared_residual() with alpha = -2.
However, the output, as shown below, is very different from my expectation. (alpha = -2, scale = 0.1)
Shouldn't it be like the quadratic shape when |x| < scale
The text was updated successfully, but these errors were encountered:
I have been testing the Geman-McClure loss implemented in the repo, more specifically the model_utils.general_loss_with_squared_residual() with alpha = -2.
However, the output, as shown below, is very different from my expectation. (alpha = -2, scale = 0.1)
Shouldn't it be like the quadratic shape when |x| < scale
The text was updated successfully, but these errors were encountered: