From 6327ee49b2ac315512331b8a954f4ac79468aed2 Mon Sep 17 00:00:00 2001 From: ZIZUN Date: Fri, 31 Dec 2021 22:23:28 +0900 Subject: [PATCH] Fix a space error Fix a space error in bash script --- scripts/mrc_ner/reproduce/ace04.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mrc_ner/reproduce/ace04.sh b/scripts/mrc_ner/reproduce/ace04.sh index 6d4f1e2..b389893 100644 --- a/scripts/mrc_ner/reproduce/ace04.sh +++ b/scripts/mrc_ner/reproduce/ace04.sh @@ -43,7 +43,7 @@ CUDA_VISIBLE_DEVICES=0,1 python ${REPO_PATH}/train/mrc_ner_trainer.py \ --val_check_interval ${VAL_CKPT} \ --accumulate_grad_batches ${ACC_GRAD} \ --default_root_dir ${OUTPUT_DIR} \ ---mrc_dropout ${MRC_DROPOUT}\ +--mrc_dropout ${MRC_DROPOUT} \ --bert_dropout ${BERT_DROPOUT} \ --max_epochs ${MAX_EPOCH} \ --span_loss_candidates ${SPAN_CANDI} \