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
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!
The text was updated successfully, but these errors were encountered:
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:Do you have any idea what could cause this and what can be done to fix it? Thank you!
The text was updated successfully, but these errors were encountered: