Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Image captioning #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

[WIP] Image captioning #15

wants to merge 4 commits into from

Conversation

ebenolson
Copy link
Member

Work in progress on an image caption generation example, based on https://github.com/karpathy/neuraltalk

I'm new to RNN, so please let me know if I'm doing anything especially silly. In particular I'm sure there's a better way to generate samples than I'm doing now.

TODO:

  • More background and explanatory comments
  • Add a section or new notebook for calculating BLEU score
  • Tune parameters better
  • More efficient sampling / add beam search
  • Region model (http://cs.stanford.edu/people/karpathy/cvpr2015.pdf) - probably a separate PR.

@f0k
Copy link
Member

f0k commented Sep 21, 2015

(Note, just so it's not overlooked: That PR is from your master branch, you may either want to file a new PR from a separate branch or rebase it onto upstream/master before merging. Right now you've accidentally included an art style transfer commit in there.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants