aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/training.py
Commit message (Expand)AuthorAge
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Create new MultiStepStopHook for running mutiple steps per run when using TPU...Gravatar Sourabh Bajaj2018-08-10
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Add tf.train.Checkpoint for reading and writing object-based checkpoints.Gravatar Allen Lavoie2018-04-18
* Export tf.GradientTapeGravatar Asim Shankar2018-03-19
* Move warm_starting_util from third_party/tensorflow/python/estimator to third...Gravatar A. Unique TensorFlower2018-03-09
* gradients: Export tf.custom_gradientsGravatar Asim Shankar2018-03-05
* Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix existing...Gravatar Yifei Feng2018-02-09
* Add export calls for protos.Gravatar Anna R2018-02-09
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Adding learning rate decays found in Neural Optimizer Search with Reinforceme...Gravatar A. Unique TensorFlower2017-10-25
* Move profiler hook from contrib to core.Gravatar Mustafa Ispir2017-10-05
* Add checkpoint-utils to the tf.train module.Gravatar Mustafa Ispir2017-06-15
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Add sdca ops to tf.train.Gravatar Patrick Nguyen2017-04-14
* Make CheckpointSaverListener visible next to CheckpointSaverHook.Gravatar A. Unique TensorFlower2017-04-10
* Enable access to SecondOrStepTimer via tf.train.Gravatar Mustafa Ispir2017-03-27
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Move Global step creator utilities from contrib to training_util.Gravatar Mustafa Ispir2017-02-21
* Module docstring updates.Gravatar A. Unique TensorFlower2017-02-13
* Moved FeedFnHook into basic_session_run_hooks.Gravatar Illia Polosukhin2017-01-17
* Make SecondOrStepTimer public.Gravatar Mustafa Ispir2017-01-10
* Rename SyncReplicasOptimizerV2 to SyncReplicasOptimizerGravatar A. Unique TensorFlower2016-12-21
* Rename SyncReplicasOptimizerV2 to SyncReplicasOptimizerGravatar A. Unique TensorFlower2016-12-13
* Introduced tf.train.HookedSession which is designed to help single machine tr...Gravatar Mustafa Ispir2016-12-08
* Remove tf.SyncReplicasOptimizer, which will be replaced byGravatar A. Unique TensorFlower2016-12-06
* Remove summary ops from tf namespace.Gravatar Dan Mané2016-12-01
* Remove tf.train.SummaryWriter and tf.train.SummaryWriterCache.Gravatar Dan Mané2016-12-01
* Added a SessionRunHook to handle global step based delaying in distributed se...Gravatar Mustafa Ispir2016-11-21
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Expose missing rate decay functions.Gravatar Patrick Nguyen2016-10-25
* Seal tf.train's interface.Gravatar Patrick Nguyen2016-10-19
* Introduce tf.train.{checkpoint_exists,get_checkpoint_mtimes}().Gravatar Zongheng Yang2016-10-14
* Switch to the new accumulators in the sync_rep optimizer (currently called V2...Gravatar Jianmin Chen2016-10-07
* Move Matthieu's MonitoredTrainingSession to tf.train.Gravatar Mustafa Ispir2016-10-06
* Add missing import of NanTensorHook in training.py namespace flattening.Gravatar A. Unique TensorFlower2016-10-05
* Move MonitoredSession and related utilities from tf.contrib.learn to tf.trainGravatar Mustafa Ispir2016-10-03
* Adagrad Dual Averaging optimizer for sparse linear models, that takes care of...Gravatar A. Unique TensorFlower2016-08-18
* Only the exponentially decaying learning rate seems to have beenGravatar A. Unique TensorFlower2016-06-30
* Move do_quantize_training_on_graphdef to tf.trainGravatar Jianmin Chen2016-06-14
* Add basic_train_loop() as an example for higher level frameworks to copy orGravatar A. Unique TensorFlower2016-06-09
* ProximalAdagrad and ProximalGradientdescent, which provide l1 and l2 regulari...Gravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Removes InferenceExample from tensorflow.Example.Gravatar Noah Fiedel2016-05-03
* Audio summary support.Gravatar RJ Ryan2016-04-26
* Clean up the interface to the distributed runtime from PythonGravatar Derek Murray2016-04-07