Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Div99 committed May 20, 2018
1 parent 768d50d commit c01ce04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ After the requirements have been installed, the process from training to testing
2. `python train_model.py`
3. `python eval_model.py`

After training, evaluation on an example image can be done by running:
After training, evaluation on an example image can be done by running:
`python eval_model.py -m [model-checkpoint] -i [img-path]`

----------------------------------
Expand All @@ -64,6 +64,7 @@ After training, evaluation on an example image can be done by running:

[2] Kelvin Xu, Jimmy Ba, Ryan Kiros, Kyunghyun Cho, Aaron Courville, Ruslan Salakhutdinov, Richard Zemel, Yoshua Bengio. [Show, Attend and Tell: Neural Image Caption Generation with Visual Attention](https://arxiv.org/pdf/1502.03044.pdf)

----------------------------------

## License
MIT License. See LICENSE file for details.

0 comments on commit c01ce04

Please sign in to comment.