Skip to content
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

2513 Segmentation fault: 11 when running Tatoeba #86

Open
vrmer opened this issue Mar 21, 2022 · 1 comment
Open

2513 Segmentation fault: 11 when running Tatoeba #86

vrmer opened this issue Mar 21, 2022 · 1 comment

Comments

@vrmer
Copy link

vrmer commented Mar 21, 2022

When I attempt to run bash scripts/train.sh "bert-base-multilingual-cased" tatoeba, I receive the following segmentation fault after loading the model config:

/Users/marcellfekete/PycharmProjects/xtreme/scripts/run_tatoeba.sh: line 50:  2513 Segmentation fault: 11  python $REPO/third_party/evaluate_retrieval.py --model_type $MODEL_TYPE --model_name_or_path $MODEL --embed_size $DIM --batch_size 100 --task_name $TASK --src_language $SL --tgt_language en --data_dir $DATA_DIR/$TASK/ --max_seq_length $MAXL --output_dir $OUT --log_file embed-cosine --num_layers $NLAYER --dist cosine $LC --specific_layer $LAYER
/Users/marcellfekete/miniforge3/envs/rosetta/lib/python3.8/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '

Do you have any idea what could cause this and what can be done to fix it? Thank you!

@sebastianruder
Copy link
Collaborator

Hi Marcell, I haven't seen this before I'm afraid. I'll let you know once I've had time to reproduce the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants