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
8b6c2c46
Commit
8b6c2c46
authored
Jan 19, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 422864382
parent
5fdf878d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
official/core/base_trainer.py
official/core/base_trainer.py
+5
-0
No files found.
official/core/base_trainer.py
View file @
8b6c2c46
...
@@ -370,6 +370,11 @@ class Trainer(_AsyncTrainer):
...
@@ -370,6 +370,11 @@ class Trainer(_AsyncTrainer):
"""Accesses the training checkpoint."""
"""Accesses the training checkpoint."""
return
self
.
_checkpoint
return
self
.
_checkpoint
@
property
def
checkpoint_exporter
(
self
):
"""Accesses the checkpoint exporter."""
return
self
.
_checkpoint_exporter
def
train_loop_end
(
self
):
def
train_loop_end
(
self
):
"""See base class."""
"""See base class."""
self
.
join
()
self
.
join
()
...
...
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