You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
But when i check the test/results folder it is empty, no captions are generated. Can anyone help me with this
The text was updated successfully, but these errors were encountered: