Skip to content

Commit c01ce04

Browse files
author
Divyansh Garg
authored
readme
1 parent 768d50d commit c01ce04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ After the requirements have been installed, the process from training to testing
5454
2. `python train_model.py`
5555
3. `python eval_model.py`
5656

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

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

6565
[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)
6666

67+
----------------------------------
6768

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

0 commit comments

Comments
 (0)