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
ModelZoo
ResNet50_tensorflow
Commits
b429689b
Commit
b429689b
authored
Nov 29, 2021
by
Le Hou
Committed by
A. Unique TensorFlower
Nov 29, 2021
Browse files
Documentation minor update.
PiperOrigin-RevId: 412943633
parent
85d08132
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/nlp/docs/train.md
official/nlp/docs/train.md
+2
-0
No files found.
official/nlp/docs/train.md
View file @
b429689b
...
...
@@ -113,6 +113,7 @@ python3 train.py \
--experiment
=
bert/sentence_prediction
\
--mode
=
train_and_eval
\
--model_dir
=
$OUTPUT_DIR
\
--config_file
=
configs/models/bert_en_uncased_base.yaml
\
--config_file
=
configs/experiments/glue_mnli_matched.yaml
\
--tfhub_cache_dir
=
$OUTPUT_DIR
/hub_cache
\
--tpu
=
${
TPU_NAME
}
\
...
...
@@ -172,6 +173,7 @@ python3 train.py \
--experiment
=
bert/squad
\
--mode
=
train_and_eval
\
--model_dir
=
$OUTPUT_DIR
\
--config_file
=
configs/models/bert_en_uncased_base.yaml
\
--config_file
=
configs/experiments/squad_v1.1.yaml
\
--tpu
=
${
TPU_NAME
}
\
--params_override
=
$PARAMS
...
...
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