You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Resync the model
Summary
nb train: 17848060
nb labels: 1524
nb blocks: 77421
nb features: 117989604
Train the model with l-bfgs
srun: error: r18c37: task 0: Segmentation fault
srun: launch/slurm: _step_signal: Terminating StepId=10457036.0
Any idea, what is going wrong?
K. Kettunen
The text was updated successfully, but these errors were encountered:
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
nb train: 17848060
nb labels: 1524
nb blocks: 77421
nb features: 117989604
srun: error: r18c37: task 0: Segmentation fault
srun: launch/slurm: _step_signal: Terminating StepId=10457036.0
Any idea, what is going wrong?
K. Kettunen
The text was updated successfully, but these errors were encountered: