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.
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.
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.