show-attend-and-tell icon indicating copy to clipboard operation
show-attend-and-tell copied to clipboard

Problem with testing

Open xxxyyyzzzz opened this issue 5 years ago • 3 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.

xxxyyyzzzz avatar Sep 10 '18 15:09 xxxyyyzzzz

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 avatar Sep 17 '18 12:09 zBabar

@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?

Shanzaay avatar Sep 16 '19 10:09 Shanzaay

@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?

shiqi1994 avatar Nov 12 '19 15:11 shiqi1994