Jekub / Wapiti

A simple and fast discriminative sequence labeling toolkit ( http://wapiti.limsi.fr )
Other
251 stars 86 forks source link

Retraining with --model ---> causes a crash #27

Open RebaneKoo opened 2 years ago

RebaneKoo commented 2 years ago

Hi,

there was one question related to retraining, but it was not answered. So, I try it again. I have a working trained model, which labels semantic tags to base forms like this:

lemma tag

I try to retrain this existing model with new training data , which consist of same type of data: lemma tag.

My command is: srun ./wapiti train --me --model eduskunta_model subtitle_eka_kolmas.sem eduskunta_model_subtitle

It starts, loads sequences, and then crashes: ...... ...... 17847000 sequences loaded 17848000 sequences loaded

Any idea, what is going wrong?

K. Kettunen