aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/saver.py
Commit message (Expand)AuthorAge
* Fixes a bug in tf.train.Saver() where it couldn't use CheckpointableGravatar A. Unique TensorFlower2018-09-24
* Automated rollback of commit 91fd2cd6c3466340d3a69be76993e357662b2009Gravatar Allen Lavoie2018-08-20
* Automated rollback of commit 45aad1a42201ac9134df2ab258b60e697ee3b96aGravatar Allen Lavoie2018-08-17
* Fix for PartitionedVariables in collectionsGravatar Allen Lavoie2018-08-17
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Pull out code that reads an object graph and a saver with remapped variables ...Gravatar Katherine Wu2018-08-08
* Add some symbols back to saver.py temporarily to unbreak some users of non-pu...Gravatar Allen Lavoie2018-08-02
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-25
* Update saver.pyGravatar Jacker2018-07-20
* 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
* Remove dead code from bulk_restore() but keep dead function parameter for bac...Gravatar A. Unique TensorFlower2018-06-14
* 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
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Remove object-based checkpointing probes from Python 3 tf.train.Saver "name n...Gravatar Allen Lavoie2018-05-21
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Support saving Python state with object-based checkpointsGravatar Allen Lavoie2018-05-09
* Split out SaveableObjects into their own fileGravatar Allen Lavoie2018-04-26
* Add tf.train.Checkpoint for reading and writing object-based checkpoints.Gravatar Allen Lavoie2018-04-18
* 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
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Minor documentation fixGravatar A. Unique TensorFlower2018-03-20
* Checkpointable: Add logic for late-naming of SaveableObjectsGravatar Allen Lavoie2018-03-14
* 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
* Eliminate the creation of unnecessary read ops when working with ResourceVari...Gravatar A. Unique TensorFlower2018-03-02
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Checkpointable: allow using Checkpointable objects in a tf.train.Saver()Gravatar Allen Lavoie2018-02-23
* Improvement to the eager device placement heuristic.Gravatar Alexandre Passos2018-02-23
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Merge changes from github.Gravatar Michael Case2018-02-07
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Enable bulk restoration by default.Gravatar Russell Power2018-01-30
* Expand all saveable operations to generate a single C++ restore call.Gravatar Russell Power2018-01-04
* 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
* Make sure that additional ops added by Savers to read ResourceVariables are a...Gravatar A. Unique TensorFlower2017-11-28
* - Remove slice hack to properly initialize missing entries in weight matricesGravatar A. Unique TensorFlower2017-10-31
* Internal change.Gravatar Asim Shankar2017-10-26
* TFE: Add compatibility doc string to Saver and related functionsGravatar Shanqing Cai2017-10-26
* Avoid assigning incompatible shapes to variableGravatar A. Unique TensorFlower2017-10-26
* TFE: Raises an error when attempting to save multiple ResourceVariable object...Gravatar Allen Lavoie2017-10-20
* Make Saver work with GPUGravatar A. Unique TensorFlower2017-10-03
* Update the checkpoints index file in CheckpointProto before actually deleting...Gravatar Igor Saprykin2017-09-18
* When Eager Execution is enabled, TensorFlow now no longer relies on global co...Gravatar Ali Yahya2017-09-14
* Make Saver work with GPU variables in Eager mode.Gravatar A. Unique TensorFlower2017-09-14