thomasmesnard / DeepMind-Teaching-Machines-to-Read-and-Comprehend

Implementation of "Teaching Machines to Read and Comprehend" proposed by Google DeepMind
MIT License
408 stars 104 forks source link

Using model to predict #6

Open rabberbock opened 8 years ago

rabberbock commented 8 years ago

First of all, awesome work on this project!

I have trained a model. How can I get predictions from the trained model?

Thanks,

Raffi

dandxy89 commented 8 years ago

Try this: https://github.com/mila-udem/blocks-extras/blob/master/blocks_extras/extensions/predict.py

nrlewis commented 7 years ago

Thanks for this code!! Unfortunately, it's not obvious how to run the prediction from the link you provided.. Is there anymore information you can offer?