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
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])
The text was updated successfully, but these errors were encountered:
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])
The text was updated successfully, but these errors were encountered: