aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/checkpoint
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
* Allows constructing resource variables from tf.Variable.Gravatar Alexandre Passos2018-07-18
* 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
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-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
* Make the existing checkpointable data structure a CheckpointableDataStructureGravatar Allen Lavoie2018-05-24
* Add a checkpointable map data structureGravatar Allen Lavoie2018-05-24
* Add a checkpointable list data structureGravatar Allen Lavoie2018-05-23
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* 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
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Add a utility to visualize object-based checkpointsGravatar Allen Lavoie2018-04-20
* Create a skeleton tf.contrib.checkpoint.Gravatar Allen Lavoie2018-04-19