DeepRNN / image_captioning

Tensorflow implementation of "Show, Attend and Tell: Neural Image Caption Generation with Visual Attention"
MIT License
785 stars 354 forks source link

how to test another images? #36

Open lfydegithub opened 6 years ago

lfydegithub commented 6 years ago

I have run that: python main.py --phase=test \ --model_file=./models/xxxxxx.npy \ --beam_size=3 now, I want to test another image , but don't want to reload the model, how can I do?