From c01ce04f0c5c73488d2aebedf507e5b228800731 Mon Sep 17 00:00:00 2001 From: Divyansh Garg Date: Sat, 19 May 2018 21:07:19 -0400 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a426a7..1f20ddc 100644 --- a/README.md +++ b/README.md @@ -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]` ---------------------------------- @@ -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.