From 57e49059bc6b98ef22c7846d123f7a42d0bec07c Mon Sep 17 00:00:00 2001 From: Steffy-zxf <48793257+Steffy-zxf@users.noreply.github.com> Date: Wed, 11 Sep 2019 17:02:55 +0800 Subject: [PATCH] Update run_classifier.sh --- 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 408d6fe8..d1aec212 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=1,2,3,4 +export CUDA_VISIBLE_DEVICES=0 # User can select chnsenticorp, nlpcc_dbqa, lcqmc and so on for different task DATASET="chnsenticorp" -- GitLab