jiesutd / NCRFpp

NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Apache License 2.0
1.89k stars 446 forks source link

Resume model training from a checkpoint #180

Open jd-coderepos opened 3 years ago

jd-coderepos commented 3 years ago

Hi!

I was wondering if there was a way to resume retraining model training from a checkpoint. So for example if a model should be trained for 500 iterations and for some reason was interrupted in between.

Thank you very much for this tool.