aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/checkpoint/__init__.py
Commit message (Expand)AuthorAge
* Expose tf.contrib.checkpoint.PythonStateWrapper.Gravatar A. Unique TensorFlower2018-09-13
* tf.contrib.checkpoint.NumpyState for saving/restoring NumPy arrays with TF ch...Gravatar Allen Lavoie2018-08-16
* Add tf.contrib.checkpoint.CheckpointManager for deleting old checkpointsGravatar Allen Lavoie2018-08-13
* Auto tracking for Python lists assigned to attributes of Model/CheckpointableGravatar Allen Lavoie2018-06-29
* Split dependency tracking out from CheckpointableBaseGravatar Allen Lavoie2018-06-22
* Add tf.contrib.checkpoint.CheckpointableBase for isinstance checks.Gravatar Allen Lavoie2018-06-15
* Factor a "capture_dependencies" scope out of Template.Gravatar Allen Lavoie2018-06-14
* Add tf.contrib.checkpoint.list_objects for listing all Python dependencies of aGravatar Allen Lavoie2018-06-14
* Add a checkpointable map data structureGravatar Allen Lavoie2018-05-24
* Add a checkpointable list data structureGravatar Allen Lavoie2018-05-23
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Checkpointable: Add UniqueNameTracker for managing dependencies on arbitraril...Gravatar Allen Lavoie2018-05-11
* Checkpointable: A small utility for exempting objects from __setattr__ trackingGravatar Allen Lavoie2018-05-05
* Checkpointable: Utilities to read object metadataGravatar Allen Lavoie2018-05-03
* Add a utility to visualize object-based checkpointsGravatar Allen Lavoie2018-04-20
* Create a skeleton tf.contrib.checkpoint.Gravatar Allen Lavoie2018-04-19