quora-duplicate-questions
quora-duplicate-questions copied to clipboard
Kaggle | Quora Question Pairs❓🥉
Results
1
quora-duplicate-questions issues
Sort by
recently updated
recently updated
newest added
https://github.com/sjvasquez/quora-duplicate-questions/blob/d93a4bd5edf8327bd5ed7900107ca18bf8bb2b2f/attend.py#L94 ```seq_len = a.shape[1] a = tf.tile(tf.expand_dims(a, 2), [1, 1, seq_len, 1]) b = tf.tile(tf.expand_dims(b, 1), [1, seq_len, 1, 1]) c = tf.concat([a, b], axis=-1)```