fwd4 / dssm

184 stars 86 forks source link

is tile useful? #6

Open xiongchao opened 7 years ago

xiongchao commented 7 years ago

In dssm.py temp = tf.tile(doc_y, [1, 1])

I think temp is equal to doc_y is tile useful?

moluxiaobei commented 7 years ago

yes,you are right