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
381dd9fe
Commit
381dd9fe
authored
Aug 17, 2020
by
Chen Chen
Committed by
A. Unique TensorFlower
Aug 17, 2020
Browse files
Internal Change
PiperOrigin-RevId: 327094300
parent
9236fd88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/nlp/bert/tf2_encoder_checkpoint_converter.py
official/nlp/bert/tf2_encoder_checkpoint_converter.py
+1
-1
No files found.
official/nlp/bert/tf2_encoder_checkpoint_converter.py
View file @
381dd9fe
...
@@ -42,7 +42,7 @@ flags.DEFINE_string(
...
@@ -42,7 +42,7 @@ flags.DEFINE_string(
"BertModel, with no task heads.)"
)
"BertModel, with no task heads.)"
)
flags
.
DEFINE_string
(
"converted_checkpoint_path"
,
None
,
flags
.
DEFINE_string
(
"converted_checkpoint_path"
,
None
,
"Name for the created object-based V2 checkpoint."
)
"Name for the created object-based V2 checkpoint."
)
flags
.
DEFINE_string
(
"checkpoint_model_name"
,
"
m
ode
l
"
,
flags
.
DEFINE_string
(
"checkpoint_model_name"
,
"
enc
ode
r
"
,
"The name of the model when saving the checkpoint, i.e., "
"The name of the model when saving the checkpoint, i.e., "
"the checkpoint will be saved using: "
"the checkpoint will be saved using: "
"tf.train.Checkpoint(FLAGS.checkpoint_model_name=model)."
)
"tf.train.Checkpoint(FLAGS.checkpoint_model_name=model)."
)
...
...
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