aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training
Commit message (Expand)AuthorAge
* Wait for shared resources to initialize before initializing local resources.Gravatar A. Unique TensorFlower2018-10-08
* Add DistributionStrategy support to moving average APIs.Gravatar A. Unique TensorFlower2018-10-05
* assert_nontrivial_match in tf.keras.Model.load_weights (TF format)Gravatar Allen Lavoie2018-10-03
* Merge pull request #22591 from EFanZh:fix-docsGravatar TensorFlower Gardener2018-10-03
|\
* | Add a require_static_shapes argument to DistributionStrategy class. This allo...Gravatar Anjali Sridhar2018-10-03
* | Updates the doc of SyncReplicasOptimizer. It notes that some worker can consu...Gravatar Mustafa Ispir2018-10-03
* | Mark bfloat16 as supported for ExponentialMovingAverage.Gravatar A. Unique TensorFlower2018-10-01
* | Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* | Don't run initialize ops if it's empty. Fixes a bug when using the profiler.Gravatar Jonathan Hseu2018-10-01
* | Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* | Move TPU variables to the TPU device in TPUStrategy.Gravatar Jonathan Hseu2018-09-28
| * Fix some documentation errorsGravatar EFanZh2018-09-28
|/
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Fix documentation of ready_for_local_init_op in tf.Supervisor, which mentions...Gravatar A. Unique TensorFlower2018-09-27
* Fix the eval hook to run the correct number of steps when using TPU strategyGravatar Sourabh Bajaj2018-09-26
* Fix Optimizer "No gradients provided" error messages to report variables inst...Gravatar Allen Lavoie2018-09-26
* 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-24
* Replace self.test_session(graph=<an object not None>) with self.session(graph...Gravatar A. Unique TensorFlower2018-09-24
* Deprecate do_quantize_training_on_graphdef.Gravatar Suharsh Sivakumar2018-09-24
* Update error message upon a preemption error to highlight a potentialGravatar A. Unique TensorFlower2018-09-21
* Merge pull request #22301 from jennynz:masterGravatar TensorFlower Gardener2018-09-19
|\
* | Link to readme for distribution strategy from distribute.py and package init ...Gravatar Priya Gupta2018-09-18
* | Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
| * Update broken link to intro on ADAGRADGravatar Jenny Sahng2018-09-17
* | Fixed documentation of Optimizer.minimize() for eager mode to match behavior ...Gravatar A. Unique TensorFlower2018-09-14
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | Make checkpointable list and dict wrappers copyable and deepcopyableGravatar Allen Lavoie2018-09-10
* | Builds a static tf.train.Saver from a checkpointable object graphGravatar Allen Lavoie2018-09-07
* | Do not have ProfilerHook output a timeline for the first step.Gravatar Reed Wanderman-Milne2018-09-06
* | Deprecate `tf.train.input_producer()` and related APIs.Gravatar Derek Murray2018-09-05
* | This CL changes the graph-mode API of the learning_rate_decay functions in TF...Gravatar A. Unique TensorFlower2018-09-05
* | Expose an axis argument for VocabInfo, which allows for warm-starting of the ...Gravatar Eddie Zhou2018-09-05
* | Deprecate `tf.train.batch()` and related APIs.Gravatar Derek Murray2018-09-05
* | Remove unused 'None' option for reduce destinations in DistributionStrategy.Gravatar A. Unique TensorFlower2018-08-31
* | Roll forward of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2 (rolling back...Gravatar Katherine Wu2018-08-31
* | Add a warning when `tf.train.start_queue_runners()` is called with no queue r...Gravatar Derek Murray2018-08-30
* | Deprecate `tf.train.QueueRunner` and related APIs.Gravatar Derek Murray2018-08-30
* | Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* | Automated rollback of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2Gravatar Katherine Wu2018-08-28
* | tfdbg: Add adjustable limit to total bytes dumped to diskGravatar Shanqing Cai2018-08-28
* | Fix FTRL L2-shrinkage behavior: the gradient from the L2 shrinkage term shoul...Gravatar A. Unique TensorFlower2018-08-28
* | Export Keras model to SavedModel.Gravatar Katherine Wu2018-08-28
* | Checkpointable: Fix the ignore-missing logic for name-based checkpoint restoresGravatar Allen Lavoie2018-08-27
* | Merge pull request #21552 from sbrodehl:patch-1Gravatar TensorFlower Gardener2018-08-27
|\ \ | |/ |/|
* | De-flake checkpoint_management_testGravatar Allen Lavoie2018-08-24
* | Add a max_to_keep=None option to CheckpointManagerGravatar Allen Lavoie2018-08-24
* | Fix checkpointable/util_test and training/saver_test.Gravatar A. Unique TensorFlower2018-08-23
* | Allows tf.train.ExponentialMovingAverage to work with eager execution.Gravatar Alexandre Passos2018-08-23