leitro / attentionMNISTseq2seq

Use encoder-decoder with Bahdanau attention to predict MNIST digits sequence
7 stars 6 forks source link

Predicting new digit image sequence #2

Open myaimmystyle opened 6 years ago

myaimmystyle commented 6 years ago

I want to use the saved model file to predict a new unknown digit image.How can I achieve this? What modifications do I need to do to the code? Please help.

leitro commented 5 years ago

Hi! There is not a separate evaluation script in this repo, but you can write your own one based on the code for testing in main.py. Good luck!