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
b2cb2443
Commit
b2cb2443
authored
Apr 03, 2019
by
Zihang Dai
Browse files
fix typos in scripts
parent
460c72fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tf/scripts/lm1b_base_gpu.sh
tf/scripts/lm1b_base_gpu.sh
+1
-1
tf/scripts/lm1b_large_tpu.sh
tf/scripts/lm1b_large_tpu.sh
+1
-1
No files found.
tf/scripts/lm1b_base_gpu.sh
View file @
b2cb2443
...
...
@@ -41,7 +41,7 @@ if [[ $1 == 'train_data' ]]; then
elif
[[
$1
==
'test_data'
]]
;
then
python data_utils.py
\
--data_dir
=
${
DATA_ROOT
}
/
\
--dataset
=
enwik8
\
--dataset
=
lm1b
\
--tgt_len
=
${
TEST_TGT_LEN
}
\
--per_host_test_bsz
=
${
TEST_BSZ
}
\
--num_passes
=
1
\
...
...
tf/scripts/lm1b_large_tpu.sh
View file @
b2cb2443
...
...
@@ -90,7 +90,7 @@ elif [[ $1 == 'train' ]]; then
--train_steps
=
1200000
\
--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
\
...
...
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