I'm testing the model on my images, I run the code like this
python main.py --phase=test \ --model_file='./models/289999.npy' \ --beam_size=3, the code runs and finally this shows up in the terminal.
- Testing the model ...
- path: 0it [00:00, ?it/s]
- Testing complete.
But when i check the test/results folder it is empty, no captions are generated. Can anyone help me with this