aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/checkpointable/util_test.py
Commit message (Expand)AuthorAge
* assert_nontrivial_match in tf.keras.Model.load_weights (TF format)Gravatar Allen Lavoie2018-10-03
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Builds a static tf.train.Saver from a checkpointable object graphGravatar Allen Lavoie2018-09-07
* Checkpointable: Fix the ignore-missing logic for name-based checkpoint restoresGravatar Allen Lavoie2018-08-27
* Fix checkpointable/util_test and training/saver_test.Gravatar A. Unique TensorFlower2018-08-23
* Add assert_existing_objects_matched to object-based checkpoint restoresGravatar Allen Lavoie2018-08-22
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* 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
* Add a no-frills tf.train.Checkpoint.write() method for use in checkpoint mana...Gravatar Allen Lavoie2018-08-09
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Checkpointable: Fix dependency overwritingGravatar Allen Lavoie2018-07-03
* Split dependency tracking out from CheckpointableBaseGravatar Allen Lavoie2018-06-22
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Factor a "capture_dependencies" scope out of Template.Gravatar Allen Lavoie2018-06-14
* 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