aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/checkpoint_utils_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Use `SaveableObject.restore` in init_from_checkpoint instead of `assign`.Gravatar Priya Gupta2018-07-26
* Merge commit for internal changesGravatar Akshay Modi2018-03-09
|\
| * Remove the nondeterminism from a test for initializing variables from checkpo...Gravatar A. Unique TensorFlower2018-03-09
* | Merge commit for internal changesGravatar Jonathan Hseu2018-03-03
|\|
| * Eliminate the creation of unnecessary read ops when working with ResourceVari...Gravatar A. Unique TensorFlower2018-03-02
* | Pull request for fixing warm-starting device placement (#17312)Gravatar vihanjain2018-02-27
|/
* Let variables initialized from checkpoints answer ".initialized_value()" corr...Gravatar A. Unique TensorFlower2018-02-23
* Bump the limit on checkpopint_utils_test as it is failing consistently with t...Gravatar Gunhan Gulsoy2017-12-27
* Fix loading large embeddings (300+gb) with init_from_checkpoint.Gravatar A. Unique TensorFlower2017-09-27
* 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