Unverified Commit 44781ed2 authored by Zhilin Yang's avatar Zhilin Yang Committed by GitHub
Browse files

fix typo

parent e619492d
...@@ -39,7 +39,7 @@ if [[ $1 == 'train_data' ]]; then ...@@ -39,7 +39,7 @@ if [[ $1 == 'train_data' ]]; then
--dataset=wt103 \ --dataset=wt103 \
--tgt_len=${TGT_LEN} \ --tgt_len=${TGT_LEN} \
--per_host_train_bsz=${TRAIN_BSZ} \ --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_core_per_host=${NUM_CORE} \
--num_passes=10 \ --num_passes=10 \
--use_tpu=True \ --use_tpu=True \
...@@ -90,7 +90,7 @@ elif [[ $1 == 'train' ]]; then ...@@ -90,7 +90,7 @@ elif [[ $1 == 'train' ]]; then
--train_steps=4000000 \ --train_steps=4000000 \
--tgt_len=${TGT_LEN} \ --tgt_len=${TGT_LEN} \
--mem_len=${MEM_LEN} \ --mem_len=${MEM_LEN} \
--train_batch_size=${BSZ} \ --train_batch_size=${TRAIN_BSZ} \
--num_hosts=${NUM_HOST} \ --num_hosts=${NUM_HOST} \
--num_core_per_host=${NUM_CORE} \ --num_core_per_host=${NUM_CORE} \
--iterations=1000 \ --iterations=1000 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment