Error at training

Hi,

First of all I don't know if this is a bug related to Prodigy, but I would like to know if you can give me a hand.

When I run the training, it stops and returns this message:

{route-to-my-project-env}/bin/prodigy: line 2: 22878 Killed: 9   python -m prodigy "$@"

Any idea what it could be due to?

Thanks,
Álvaro

hi @alvaro.marlo!

"Killed" typically is indicative of memory issues. Especially since you're training, can you try to train on a smaller dataset?

Depending on your OS, there are a few tools for Windows, Mac or Linux to track memory.

Be sure to also avoid any very long documents. That can sometimes cause memory issues when training.

Last, sometimes using the data-to-spacy recipe and its outputs to train with spacy train may help: