aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/optimizer_v2/checkpointable_utils_test.py
Commit message (Expand)AuthorAge
* Brings V2 Optimizers into Keras w/ Keras signaturesGravatar A. Unique TensorFlower2018-10-05
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Split dependency tracking out from CheckpointableBaseGravatar Allen Lavoie2018-06-22
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* 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: Restore-on-create for name-based checkpoints when executing e...Gravatar Allen Lavoie2018-05-15
* Checkpointable: Remove overzealous error checking from tf.make_templateGravatar Allen Lavoie2018-05-11
* Support saving Python state with object-based checkpointsGravatar Allen Lavoie2018-05-09
* Checkpointable: better handling of objects which aren't being restoredGravatar Allen Lavoie2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Start moving Checkpointable utilities toward coreGravatar Allen Lavoie2018-04-12
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Checkpointable: wrap restore ops in init_scopeGravatar Allen Lavoie2018-04-10
* Add tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29