bloomsburyai / question-generation

Neural text-to-text question generation
MIT License
217 stars 52 forks source link

Unable to save the model #16

Closed ayush2051 closed 5 years ago

ayush2051 commented 5 years ago

@tomhosking I am unable to save the checkpoints while training the model. I guess m unable to figure out what should be in the restore path. Can u help me in this regard?

tomhosking commented 5 years ago

Checkpoints are saved to the location specified by the --model_dir flag, default is ./models. You may need to create this directory?

ayush2051 commented 5 years ago

@tomhosking thanks a lot for the reply. Got it fixed.

Checkpoints are saved to the location specified by the --model_dir flag, default is ./models. You may need to create this directory?