deepsemantic / image_captioning

Image Captioning with Deep Bidirectional LSTMs
Other
86 stars 36 forks source link

Just a quick question #10

Closed menglin0320 closed 5 years ago

menglin0320 commented 5 years ago

How do you make sure the length of the sentences generated by forward propogation and backward propogation is the same.

deepsemantic commented 5 years ago

We didn't make the sentences have the same length. They can have different numbers of words.