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

Performance on Test Data

Opened this issue · 3 comments

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

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

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

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

Thanks