-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation Fault (core dumped) #56
Comments
I have not met such kinds of problem before. It seems that the problem comes when loading the embeddings. Maybe the CPU memory is not enough. |
I have the same problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team,
As suggested by you here to evaluate the model on the CoNLL2003 dataset, I was running the command
CUDA_VISIBLE_DEVICES=0 python train.py --config config/conll_03_english.yaml --test
to test the working of the code. However, when doing so I get below error:I had tried debugging it as well but couldn't get a way around this.
My system configurations are:
Ubuntu: 20.04
RAM: 32GB
GPU: NVIDIA GeForce RTX 3080 Ti
The text was updated successfully, but these errors were encountered: