aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training
Commit message (Expand)AuthorAge
...
* | Switch to using variable._in_graph_mode instead of context.executing_eagerly(...Gravatar Pavithra Vijay2018-08-22
* | Add assert_existing_objects_matched to object-based checkpoint restoresGravatar Allen Lavoie2018-08-22
* | Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* | Internal Change.Gravatar Michael Case2018-08-21
* | Automated rollback of commit 91fd2cd6c3466340d3a69be76993e357662b2009Gravatar Allen Lavoie2018-08-20
* | Clarified some docstrings, fixed some formatting.Gravatar A. Unique TensorFlower2018-08-20
* | Fix variable tracking for Templates assigned to subclassed Model attributesGravatar Allen Lavoie2018-08-17
* | Fix error when using `colocate_with` function with DistributionStrategy.Gravatar Anjali Sridhar2018-08-17
* | Automated rollback of commit 45aad1a42201ac9134df2ab258b60e697ee3b96aGravatar Allen Lavoie2018-08-17
* | Fix for PartitionedVariables in collectionsGravatar Allen Lavoie2018-08-17
* | tf.contrib.checkpoint.NumpyState for saving/restoring NumPy arrays with TF ch...Gravatar Allen Lavoie2018-08-16
* | Use distribution strategy to configure distribute coordinator.Gravatar Yuefeng Zhou2018-08-16
* | Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* | Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* | Add new interfaces to DistributionStrategies to work with distribute coordina...Gravatar Yuefeng Zhou2018-08-14
* | Automated rollback of commit 0c98648e9a8722344bf8445ae46b1dff507b4859Gravatar A. Unique TensorFlower2018-08-14
* | Fix error when using `colocate_with` function with DistributionStrategy.Gravatar Anjali Sridhar2018-08-14
* | Add a custom numbering option to tf.contrib.checkpoint.CheckpointManagerGravatar Allen Lavoie2018-08-14
* | Re-enable some tests on WindowsGravatar A. Unique TensorFlower2018-08-14
* | 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* | Checkpointable: Stop overriding __class__ in restore-on-create initializersGravatar Allen Lavoie2018-08-14
* | Add tf.contrib.checkpoint.CheckpointManager for deleting old checkpointsGravatar Allen Lavoie2018-08-13
| * Fix sqrt in lr formula.Gravatar Seb Bro2018-08-11
| * Fix latex text (docs).Gravatar Seb Bro2018-08-11
|/
* Create new MultiStepStopHook for running mutiple steps per run when using TPU...Gravatar Sourabh Bajaj2018-08-10
* Update minimize loss test to use new API run_steps_on_dataset. Update Step AP...Gravatar Priya Gupta2018-08-10
* Add a no-frills tf.train.Checkpoint.write() method for use in checkpoint mana...Gravatar Allen Lavoie2018-08-09
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Merge pull request #21086 from taehoonlee:fix_typosGravatar TensorFlower Gardener2018-08-08
|\
* | Pull out code that reads an object graph and a saver with remapped variables ...Gravatar Katherine Wu2018-08-08
* | Merge pull request #21078 from facaiy:BUG/restore_should_check_dtypeGravatar TensorFlower Gardener2018-08-08
|\ \
* | | Add an API to distribution strategy that allows running N steps. Implement th...Gravatar Priya Gupta2018-08-08
* | | Resolve distributed variables captured by defun at call timeGravatar Igor Ganichev2018-08-06
* | | Merge pull request #21360 from tensorflow:terrytangyuan-patch-1Gravatar TensorFlower Gardener2018-08-06
|\ \ \
* | | | [Doc]: Fix #21344Gravatar Asim Shankar2018-08-03
| * | | Minor doc enhancement in CheckpointSaverHookGravatar Yuan (Terry) Tang2018-08-03
* | | | 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
* | | | Checkpointable: Fix initialize_or_restore() for unhashable typesGravatar Allen Lavoie2018-07-31
| | * | 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
| | | * Resolve a merge conflictGravatar Taehoon Lee2018-07-27
* | | | Simulate eager variable resoration in tf.keras.Model.load_weights when graph ...Gravatar Allen Lavoie2018-07-26
* | | | 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 estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-25
* | | | Fix dependency overwriting in _add_variable_with_custom_getterGravatar Allen Lavoie2018-07-25
* | | | Correct natural exp decay documentation.Gravatar Zhenyu Tan2018-07-24
* | | | Merge pull request #20985 from jackonan:masterGravatar TensorFlower Gardener2018-07-24
|\ \ \ \
* | | | | Dictionary tracking for tf.keras.Model attribute assignmentGravatar Allen Lavoie2018-07-24