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

Performance on Test Data #4

Open sk210892 opened 8 years ago

sk210892 commented 8 years ago

Hi, How can I check the performance of the trained model on the test data?

violet-zct commented 8 years ago

Create your test data stream and add another DataStreamMonitoring to the extensions.

sk210892 commented 8 years ago

How many epochs did you usually run to get the results you mentioned and how long did it take?

webeng commented 8 years ago

Nice work! Do you have a plot of the training or validation loss per epoch?

Thanks