From 44781ed21dbaec88b280f74d9ae2877f52b492a5 Mon Sep 17 00:00:00 2001 From: Zhilin Yang Date: Wed, 10 Apr 2019 18:58:05 -0400 Subject: [PATCH] fix typo --- tf/scripts/wt103_large_tpu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tf/scripts/wt103_large_tpu.sh b/tf/scripts/wt103_large_tpu.sh index a71eb0d..c32fbcd 100644 --- a/tf/scripts/wt103_large_tpu.sh +++ b/tf/scripts/wt103_large_tpu.sh @@ -39,7 +39,7 @@ if [[ $1 == 'train_data' ]]; then --dataset=wt103 \ --tgt_len=${TGT_LEN} \ --per_host_train_bsz=${TRAIN_BSZ} \ - --per_host_valid_bsz=${VLIDA_BSZ} \ + --per_host_valid_bsz=${VALID_BSZ} \ --num_core_per_host=${NUM_CORE} \ --num_passes=10 \ --use_tpu=True \ @@ -90,7 +90,7 @@ elif [[ $1 == 'train' ]]; then --train_steps=4000000 \ --tgt_len=${TGT_LEN} \ --mem_len=${MEM_LEN} \ - --train_batch_size=${BSZ} \ + --train_batch_size=${TRAIN_BSZ} \ --num_hosts=${NUM_HOST} \ --num_core_per_host=${NUM_CORE} \ --iterations=1000 \