From b6373991262f7ab2658de0e41eed52fe66f4d800 Mon Sep 17 00:00:00 2001 From: zhangxuefei Date: Wed, 11 Sep 2019 15:06:23 +0800 Subject: [PATCH] add readme.md of reading comprehension task --- demo/text-classification/run_classifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/text-classification/run_classifier.sh b/demo/text-classification/run_classifier.sh index d1aec212..408d6fe8 100644 --- a/demo/text-classification/run_classifier.sh +++ b/demo/text-classification/run_classifier.sh @@ -1,5 +1,5 @@ export FLAGS_eager_delete_tensor_gb=0.0 -export CUDA_VISIBLE_DEVICES=0 +export CUDA_VISIBLE_DEVICES=1,2,3,4 # User can select chnsenticorp, nlpcc_dbqa, lcqmc and so on for different task DATASET="chnsenticorp" -- GitLab