Bob Smith
Results
1
comments of
Bob Smith
The norm of `v` is also calculated by this line: https://github.com/tobyyouup/conv_seq2seq/blob/78a6e4e62a4c57a5caa9d584033a85e810fd726e/seq2seq/encoders/conv_encoder_utils.py#L75 And I also think `tf.div(g, tf.norm(V, axis=0))` should be `tf.div(tf.norm(g), tf.norm(V, axis=0))` so that |W| can be calculated implicitly.