From b41768125112714413f24274a5b1974d408d6738 Mon Sep 17 00:00:00 2001 From: wanghaoshuang Date: Fri, 11 Aug 2017 18:59:53 +0800 Subject: [PATCH] Change the default values in pcloud_train to those listed in train.py. --- cloud/pcloud_train.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud/pcloud_train.sh b/cloud/pcloud_train.sh index ce184367..b9a50360 100644 --- a/cloud/pcloud_train.sh +++ b/cloud/pcloud_train.sh @@ -21,7 +21,6 @@ python ./cloud/split_data.py \ python train.py \ --use_gpu=1 \ ---trainer_count=4 \ --mean_std_filepath=$MEAN_STD_FILE \ --train_manifest_path='./local.train.manifest' \ --dev_manifest_path='./local.test.manifest' \ -- GitLab