ruotianluo / self-critical.pytorch

Unofficial pytorch implementation for Self-critical Sequence Training for Image Captioning. and others.
MIT License
995 stars 278 forks source link

att2all #249

Open aaronma2020 opened 3 years ago

aaronma2020 commented 3 years ago

In AttModel.py You write an annotation that "Note this is my attempt to replicate att2all model in self-critical paper. However, this is not a correct replication actually". Will fix it." Could you tell me where is the error of the model ? I will try to fix it and use the model. Thanks.

ruotianluo commented 3 years ago

I don't remember clearly, but I think it is the implementation of the LSTM cell. You can check out their paper, and use it.