aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/moving_averages_test.py
Commit message (Expand)AuthorAge
* Mark bfloat16 as supported for ExponentialMovingAverage.Gravatar A. Unique TensorFlower2018-10-01
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Allows tf.train.ExponentialMovingAverage to work with eager execution.Gravatar Alexandre Passos2018-08-23
* Expose the ExponentialMovingAverage name as a public property.Gravatar A. Unique TensorFlower2018-05-31
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* variables_to_restore: Differentiate python variables by string name rather th...Gravatar Suharsh Sivakumar2017-11-07
* Allow multiple averages in the same scope without name collisions.Gravatar A. Unique TensorFlower2017-08-14
* Test asserts should have `expected` first.Gravatar A. Unique TensorFlower2017-07-27
* Change zero_debias to use correct local step. This can be done, probably sinc...Gravatar A. Unique TensorFlower2016-12-19
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Add ability to disable zero-debiasing in ExponentialMovingAverage, for the pu...Gravatar A. Unique TensorFlower2016-11-30
* Makes the Variable.ref() method private.Gravatar A. Unique TensorFlower2016-11-15
* Change default for `assign_moving_average` to perform 0-debiasing. This is a ...Gravatar A. Unique TensorFlower2016-11-15
* Use `zero_debias=True` for Tensors in ExponentialMovingAverages class.Gravatar A. Unique TensorFlower2016-11-11
* Add ability to debias 0-initialized EMAs in `assign_moving_average`.Gravatar A. Unique TensorFlower2016-11-08
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Ensure ExponentialMovingAverage returns correct average_name when used in scopeGravatar Frank Li2016-06-29
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Allow moving_average.variables_to_restore() to take a list of variables that ...Gravatar A. Unique TensorFlower2016-04-20
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* TensorFlow: add "colocate_with" feature that uses _class attribute.Gravatar Vijay Vasudevan2016-03-01
* Fixes issues with the `tf.train.Saver` in the 0.7.0 release.Gravatar Derek Murray2016-02-17
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Add weighted moving average Op.Gravatar A. Unique TensorFlower2016-02-06
* Consolidate the device function and device string handling in `tf.device()`.Gravatar Derek Murray2016-02-06
* Added a variables_to_restore() function which returns a map fromGravatar A. Unique TensorFlower2015-12-22
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: more features, performance improvements, and doc fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06