From 2ff7132d77796105727721511d2fc11505c0c113 Mon Sep 17 00:00:00 2001 From: kinghuin Date: Wed, 20 Nov 2019 15:33:59 +0800 Subject: [PATCH] modify sh --- demo/text-classification/run_classifier.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/demo/text-classification/run_classifier.sh b/demo/text-classification/run_classifier.sh index cb462db9..d297cb74 100644 --- a/demo/text-classification/run_classifier.sh +++ b/demo/text-classification/run_classifier.sh @@ -1,5 +1,4 @@ export FLAGS_eager_delete_tensor_gb=0.0 -export CUDA_VISIBLE_DEVICES=0 # User can select chnsenticorp, nlpcc_dbqa, lcqmc and so on for different task DATASET="chnsenticorp" @@ -15,8 +14,7 @@ python -u text_classifier.py \ --max_seq_len=128 \ --num_epoch=3 \ --use_pyreader=True \ - --use_data_parallel=True \ - --use_taskid=False + --use_data_parallel=True # Recommending hyper parameters for difference task # for ChineseGLUE: -- GitLab