emnlp2017-bilstm-cnn-crf
emnlp2017-bilstm-cnn-crf copied to clipboard
Killed
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?
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