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
523f5e05
Commit
523f5e05
authored
Jul 03, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Jul 03, 2020
Browse files
Update deprecation message to be more clearer.
PiperOrigin-RevId: 319557230
parent
4fc7f994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
official/nlp/bert/model_training_utils.py
official/nlp/bert/model_training_utils.py
+3
-1
No files found.
official/nlp/bert/model_training_utils.py
View file @
523f5e05
...
@@ -99,7 +99,9 @@ def write_txt_summary(training_summary, summary_dir):
...
@@ -99,7 +99,9 @@ def write_txt_summary(training_summary, summary_dir):
@
deprecation
.
deprecated
(
@
deprecation
.
deprecated
(
None
,
'This function is deprecated. Please use Keras compile/fit instead.'
)
None
,
'This function is deprecated and we do not expect adding new '
'functionalities. Please do not have your code depending '
'on this library.'
)
def
run_customized_training_loop
(
def
run_customized_training_loop
(
# pylint: disable=invalid-name
# pylint: disable=invalid-name
_sentinel
=
None
,
_sentinel
=
None
,
...
...
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