aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/saver_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Fixes a bug in tf.train.Saver() where it couldn't use CheckpointableGravatar A. Unique TensorFlower2018-09-24
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Fix checkpointable/util_test and training/saver_test.Gravatar A. Unique TensorFlower2018-08-23
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Merge pull request #21078 from facaiy:BUG/restore_should_check_dtypeGravatar TensorFlower Gardener2018-08-08
|\
* | Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
| * Merge remote-tracking branch 'upstream/master' into BUG/restore_should_check_...Gravatar Yan Facai (颜发才)2018-07-29
| |\ | |/ |/|
* | Improve restore performance for large checkpoints.Gravatar Russell Power2018-07-27
| * TST: check message of exceptionGravatar Yan Facai (颜发才)2018-07-24
| * TST: add test caseGravatar Yan Facai (颜发才)2018-07-24
* | Fix ResourceVariable placement during checkpointing to correctly colocate theGravatar A. Unique TensorFlower2018-07-19
|/
* Add more helpful error messages when restoring from checkpoint fails.Gravatar Karmel Allison2018-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
* Factor out tf.train.remove_checkpoint utility function.Gravatar Goutham Bhat2018-06-12
* Apply import_scope to asset and variable tensors during tf.saved_model.loader...Gravatar A. Unique TensorFlower2018-06-12
* Remove object-based checkpointing probes from Python 3 tf.train.Saver "name n...Gravatar Allen Lavoie2018-05-21
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Allow tf.train.Saver to load object-based checkpoints (using names)Gravatar Allen Lavoie2018-04-13
* Avoid evaluating SaveSpec Tensors multiple times when executing eagerlyGravatar Allen Lavoie2018-03-29
* When importing meta graphs under name scopes,Gravatar A. Unique TensorFlower2018-03-28
* Make _USE_C_API = True and_USE_C_SHAPES = False work with import_graph_def.Gravatar Skye Wanderman-Milne2018-03-19
* Enable constant folding optimizations in loop bodies by copying constants acr...Gravatar A. Unique TensorFlower2018-03-15
* Checkpointable: Add logic for late-naming of SaveableObjectsGravatar Allen Lavoie2018-03-14
* Introduce _USE_C_SHAPES toggle along with _USE_C_API toggle.Gravatar Skye Wanderman-Milne2018-03-13
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Fix tf.train.Saver's max_to_keep when executing eagerly.Gravatar Allen Lavoie2018-03-07
* Fix bug in importing MetaGraphDefs containing nested conds.Gravatar Skye Wanderman-Milne2018-03-06
* Eliminate the creation of unnecessary read ops when working with ResourceVari...Gravatar A. Unique TensorFlower2018-03-02
* Fix bug in deserializing CondContexts.Gravatar Skye Wanderman-Milne2018-02-26
* Enable de/serialization of nested control flow.Gravatar Skye Wanderman-Milne2018-02-26
* Checkpointable: allow using Checkpointable objects in a tf.train.Saver()Gravatar Allen Lavoie2018-02-23
* Remove lenient naming in tf.Saver.Gravatar A. Unique TensorFlower2018-01-15
* Sundry small changes to enable the C API in more tests.Gravatar Skye Wanderman-Milne2018-01-11
* meta_graph export: Add support to strip default valued attributes.Gravatar A. Unique TensorFlower2018-01-02
* Fix the issue with shared saver on GPU.Gravatar Igor Saprykin2017-12-07
* Always include the function library when exporting a MetaGraphDef.Gravatar Derek Murray2017-12-05
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Make sure that additional ops added by Savers to read ResourceVariables are a...Gravatar A. Unique TensorFlower2017-11-28
* Variable name remapping of saver/restore.Gravatar A. Unique TensorFlower2017-10-25
* Avoid silent variable sharing with ResourceVariable class.Gravatar A. Unique TensorFlower2017-10-20
* Automated g4 rollback of changelist 172336111Gravatar Allen Lavoie2017-10-18
* Automated g4 rollback of changelist 172039259Gravatar Allen Lavoie2017-10-16
* TFE: Adds a destructor to ResourceVariables in Python that destroys the under...Gravatar Ali Yahya2017-10-12
* Mock out time to avoid flakiness in saver_test.Gravatar Gunhan Gulsoy2017-09-29
* Do not simplify Tuple->GetTupleElement->Tuple constructs in TupleSimplifier ifGravatar Mark Heffernan2017-09-27