Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenolson committed Aug 31, 2015
1 parent 220da9e commit e6bd5cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/imagecaption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This is a partial implementation of "Show and Tell: A Neural Image Caption Generator" (http://arxiv.org/abs/1411.4555), borrowing heavily from Andrej Karpathy's NeuralTalk (https://github.com/karpathy/neuraltalk)

This example consists of three parts:

1. COCO Preprocessing - prepare the dataset by precomputing image representations using GoogLeNet
2. RNN Training - train a network to predict image captions
3. Caption Generation - use the trained network to caption new images
3. Caption Generation - use the trained network to caption new images

0 comments on commit e6bd5cf

Please sign in to comment.