generate captions for images using a CNN-RNN model that is trained on the Microsoft Common Objects in COntext (MS COCO) dataset
Stars
81
Forks
43
Watchers
81
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
test: Show captions from both normal sampling and sampling with beam search
a7d2b1fView on GitHubfeat: Update get_predictions() to include sample_beam_search
a257b36View on GitHubfeat: Update validate() to save checkpoints and to return average loss
7744ee4View on GitHubfeat: Update train to return average loss and to use updated saving checkpoint method
5cded40View on GitHubfeat: Implement methods to save training/validation checkpoints by step and epoch
1e6a054View on GitHubfeat: Implement helper functions train, validate, early_stopping, etc. for the training and testing processes
d4530dfView on GitHub