mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Add step granularity for BackupAndRestore
PiperOrigin-RevId: 452124032
This commit is contained in:
committed by
TensorFlower Gardener
parent
3ac0bcbe62
commit
d222f4a525
@@ -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`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user