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
Hi,
I noticed that for intra-normalization, it's performing L2 norm along axis 1. And axis 1 is n_clusters after reduce_sum. Based on my understanding of intra-normalization, L2 norm should be performed along feature_dim, which is axis 2. Did I misunderstand?
Hi,
I noticed that for intra-normalization, it's performing L2 norm along axis 1. And axis 1 is n_clusters after reduce_sum. Based on my understanding of intra-normalization, L2 norm should be performed along feature_dim, which is axis 2. Did I misunderstand?
hfnet/hfnet/models/utils/layers.py
Lines 79 to 92 in 0157784
The text was updated successfully, but these errors were encountered: