R-net icon indicating copy to clipboard operation
R-net copied to clipboard

Saving and using trained model

Open wcgan opened this issue 6 years ago • 1 comments

Hi,

Thanks a lot for your code.

Can you share the steps required to save the model after training as well as loading the saved model to predict on the development set? Thanks!

wcgan avatar Feb 05 '19 02:02 wcgan

checkpoints are saved in the the same folder by default.

To predict, please check the Allennlp Documentation: https://allenai.github.io/allennlp-docs/api/allennlp.commands.predict.html

matthew-z avatar Feb 14 '19 11:02 matthew-z