prajjwal1 / generalize_lm_nli

Code for the paper EMNLP 2021 workshop paper "Generalization in NLI: Ways (Not) To Go Beyond Simple Heuristics"
GNU General Public License v3.0
27 stars 3 forks source link

Replace "is_world_master" with "is_world_process_zero" #38

Open SRavit1 opened 11 months ago

SRavit1 commented 11 months ago

Issue run_glue.py fails at Line 233 "if trainer.is_world_master():"

Solution Replace "is_world_master" with "is_world_process_zero" Reference: https://github.com/dmis-lab/biobert-pytorch/issues/7