aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training
Commit message (Expand)AuthorAge
* 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
* | 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