ruotianluo / ImageCaptioning.pytorch

I decide to sync up this repo and self-critical.pytorch. (The old master is in old master branch for archive)
MIT License
1.44k stars 412 forks source link

What's the original paper of the Transformer model for captioning? #130

Open hytu99 opened 3 years ago

hytu99 commented 3 years ago

If I want to use the Transformer model in this repo, which else paper should I cite besides Attention is All You Need?

ruotianluo commented 3 years ago

You can cite this:

@misc{luo2017image,
  title={An image captioning codebase in pytorch},
  author={Luo, Ruotian},
  year={2017}
}

If you are using transformer with new_self_critical you can cite new_self_critical. You can certainly cite Attention is All You Need.

Whichever you'd like.