Skip to content

A PyTorch implementation of the paper "Show, Attend And Tell". (ICML 2015)

License

Notifications You must be signed in to change notification settings

siihwanpark/SAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show, Attend and Tell (SAT)

PyTorch implementation of the paper 'Show, Attend and Tell' (ICML 2015)

  • Requirements: Python 3, PyTorch
  • Dataset: Flickr8k
  • Features: Model, Framework agnostic

Results

  • predictions / references : results/...

result

References

[1] Xu, K., Ba, J., Kiros, R., Cho, K., Courville, A., Salakhudinov, R., ... & Bengio, Y. (2015, June). Show, attend and tell: Neural image caption generation with visual attention. In International conference on machine learning (pp. 2048-2057).

[2] M. Hodosh, P. Young and J. Hockenmaier (2013) "Framing Image Description as a Ranking Task: Data, Models and Evaluation Metrics", Journal of Artifical Intellegence Research, Volume 47, pages 853-899 (http://www.jair.org/papers/paper3994.html)

[3] parksunwoo, show_attend_and_tell_pytorch, 2018, GitHub repository (https://github.com/parksunwoo/show_attend_and_tell_pytorch)

[4] sgrvinod, a-PyTorch-Tutorial-to-Image-Captioning, 2020, GitHub repository (https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning)

[5] AaronCCWong, Show-Attend-And-Tell, 2019, GitHub repository (https://github.com/AaronCCWong/Show-Attend-and-Tell)

About

A PyTorch implementation of the paper "Show, Attend And Tell". (ICML 2015)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages