Checkpointable: allow using Checkpointable objects in a tf.train.Saver()
Checkpointable objects in a Saver's var_list will be unpacked into their SaveableObjects, possibly running some Python logic along the way. This should help keep the transition from name-based saving smooth: to save either way, just override CheckpointableBase._gather_saveables_for_checkpoint. PiperOrigin-RevId: 186843857
Loading
Please sign in to comment