Hello,
In the paper, you say that lambda_m and lamda'_m are trainable parameters. Could you please clarify where are they located in the code? To me, it seems that weight=0.1 (which is not trainable) in the forward method of the model and this is the exact weight used to compute L_aux.
What am I missing?
Many thanks!
Hello,
In the paper, you say that lambda_m and lamda'_m are trainable parameters. Could you please clarify where are they located in the code? To me, it seems that weight=0.1 (which is not trainable) in the forward method of the model and this is the exact weight used to compute L_aux.
What am I missing?
Many thanks!