Add step granularity for BackupAndRestore

PiperOrigin-RevId: 452124032
This commit is contained in:
A. Unique TensorFlower
2022-05-31 13:16:40 -07:00
committed by TensorFlower Gardener
parent 3ac0bcbe62
commit d222f4a525

View File

@@ -42,6 +42,10 @@
argument, for returning both dataset splits at once, as a tuple.
* Added `tf.keras.utils.split_dataset` utility to split a `Dataset` object
or a list/tuple of arrays into two `Dataset` objects (e.g. train/test).
* Added step granualarity to `BackupAndRestore` callback for handling
distributed training failures & restarts. The training state can now be
restored at the exact epoch and step at which it was previously saved
before failing.
* `tf.data`: