yunjey / show-attend-and-tell

TensorFlow Implementation of "Show, Attend and Tell"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with testing

xxxyyyzzzz opened this issue · comments

Can this model be tested without training? Like giving an image and receive a describing statement as output. If so, what is the procedure to test the model. It would be helpful if I can get some steps to test it.

ps:
Error which I get when I run evaluate.ipynb code is, there is no "./data/val/val.features.hkl" file available.

I think you need to call test() (which is in solver.py) in train.py with the reference of solver object .....from solver.py....

@zBabar were you able to successfully run the model? I am getting a memory error while trying to train the model. Any idea how to solve that?

@zBabar were you able to successfully run the model? I am getting a memory error while trying to train the model. Any idea how to solve that?

How the memory error looks like? MMO?