kevinwebster

Results 2 issues of kevinwebster

In line 70 I think there is a small mistake, it should be: `int(input_shape[2] * strides[2]), int(input_shape[3] * strides[3])]` It's not a major bug, as it would throw an error...

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,...