Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sentence Similarity

Keras Throws `'tensor' Object Has No Attribute '_keras_shape'` When Splitting A Layer Output

I have sentence embedding output X of a sentence pair of dimension 2*1*300. I want to split this ou… Read more Keras Throws `'tensor' Object Has No Attribute '_keras_shape'` When Splitting A Layer Output

Sentence Similarity Using Keras

I'm trying to implement sentence similarity architecture based on this work using the STS datas… Read more Sentence Similarity Using Keras