ryankiros / visual-semantic-embedding

Implementation of the image-sentence embedding method described in "Unifying Visual-Semantic Embeddings with Multimodal Neural Language Models"
Other
425 stars 126 forks source link

The output of the encoder? #7

Open irfanICMLL opened 7 years ago

irfanICMLL commented 7 years ago

I just want to use this project as an sentence embedding. The output form is just as follows: [0,0,-1,0,0,-1,-1....-1,0,0] ... [0,-1,0,-1,0,-1,-1....0,-1,0]

Is this a right form?

The sentence are only encodered as 0 or -1 like a one-hot embedding? @ryankiros