emnlp2017-bilstm-cnn-crf icon indicating copy to clipboard operation
emnlp2017-bilstm-cnn-crf copied to clipboard

Killed

Open Mahmedturk opened this issue 5 years ago • 1 comments

Hi @nreimers

I am trying to do NER on a biomedical dataset which has 1388 classes in total. The program runs for a few hours and sends back the message, "Killed". I am running my experiment on a HPC platform. Is it a bug in the program or could it be due to resource starvation?

Mahmedturk avatar Dec 11 '19 01:12 Mahmedturk

Hi @Mahmedturk 1388 classes are quire a lot.

I think the issue is due to resource starvation. The process crossed some line in terms of limited resources from the OS and received a kill signal from the OS.

Try to monitor the resources (most likely cause is the RAM) the process consumes.

Best Nils Reimers

nreimers avatar Dec 11 '19 08:12 nreimers