aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/checkpoint_utils.py
Commit message (Expand)AuthorAge
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Use `SaveableObject.restore` in init_from_checkpoint instead of `assign`.Gravatar Priya Gupta2018-07-26
* Restore tower local variables correctly in init_from_checkpoint.Gravatar Priya Gupta2018-07-26
* Add support for MirroredVariables in init_from_checkpoint and warm_start in e...Gravatar Priya Gupta2018-07-17
* fixed typo in docstringGravatar Martin Patz2018-06-20
* Switch "init_from_checkpoint" to use "DEBUG" log level.Gravatar Mark Daoust2018-06-14
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Eliminate the creation of unnecessary read ops when working with ResourceVari...Gravatar A. Unique TensorFlower2018-03-02
* Let variables initialized from checkpoints answer ".initialized_value()" corr...Gravatar A. Unique TensorFlower2018-02-23
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Remove the trailing '/' in the tensor name when loading checkpointsGravatar A. Unique TensorFlower2018-01-29
* Fix checkpoint_utils.init_from_checkpoint() to be deterministic.Gravatar A. Unique TensorFlower2018-01-26
* Fix loading large embeddings (300+gb) with init_from_checkpoint.Gravatar A. Unique TensorFlower2017-09-27
* Add checkpoint-utils to the tf.train module.Gravatar Mustafa Ispir2017-06-15
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Bug fix to checkpoint_utils.init_from_checkpoint().Gravatar A. Unique TensorFlower2017-04-25
* Move checkpoint_utils to core.Gravatar A. Unique TensorFlower2017-04-18