Commit 8b6c2c46 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 422864382
parent 5fdf878d
...@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment