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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: