Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastMoE
Commits
44781ed2
Unverified
Commit
44781ed2
authored
Apr 10, 2019
by
Zhilin Yang
Committed by
GitHub
Apr 10, 2019
Browse files
fix typo
parent
e619492d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tf/scripts/wt103_large_tpu.sh
tf/scripts/wt103_large_tpu.sh
+2
-2
No files found.
tf/scripts/wt103_large_tpu.sh
View file @
44781ed2
...
@@ -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
=
${
VLID
A
_BSZ
}
\
--per_host_valid_bsz
=
${
V
A
LID_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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment