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
Alpha is learnable in the paper, but inside the code
"Flags.metric_multiplier_trainable=False" means that alpha is a fixed value. Could you tell me why?
The text was updated successfully, but these errors were encountered:
This is because alpha is cross-validated on the validation set. There has been other configurations in which alpha was learnable, that included the polynomial with learnable coefficients of the metric fed into softmax.
Alpha is learnable in the paper, but inside the code
"
Flags.metric_multiplier_trainable=False
" means that alpha is a fixed value. Could you tell me why?The text was updated successfully, but these errors were encountered: