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
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
In line 93 of the above file, it looks like the normalisation is performed over the out_channels, instead of in_channels. I think instead it should be: v_norm = tf.nn.l2_normalize(v, [0, 1, 3])
In line 93 of the above file, it looks like the normalisation is performed over the
out_channels, instead ofin_channels. I think instead it should be:v_norm = tf.nn.l2_normalize(v, [0, 1, 3])