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 found that the regularization loss has only been used for trans_feat, and the loss was simply added to the total loss. Why the regularization loss of trans has been ignored. And I think it may be better if the regularization loss is only used to update the parameter in T-net, rather than the whole net.
Hello and congrats for this nice repo!
I was looking in the implementation of the regularization loss and I don't know if it matches the original paper.
In the feature_transform_regularizer:
Why not:
In the original paper they use:
$L_\text{reg} = ||I - AA^T||^2$
The text was updated successfully, but these errors were encountered: