eriche2016 / image_caption_with_semantic_attenion

image caption with semantic attention
12 stars 8 forks source link

different implementation from the original paper #8

Open vanpersie32 opened 6 years ago

vanpersie32 commented 6 years ago

Hey, I think the implementation is different from the original paper. According to the paper, the output attention is computed using the output of LSTM at current time step and the attributes. But your implementation here is computed using the output of LSTM at previous time step and the attributes.