aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/layers/normalization.py
Commit message (Expand)AuthorAge
* Internal cleanupGravatar Scott Zhu2018-08-06
* batch_norm: Whether to use batch normalization after each hidden layer.Gravatar A. Unique TensorFlower2018-07-02
* Remove hardcoded dtype in tf.layers.xxx() function call to make them compatib...Gravatar James Qin2018-06-14
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Internal change.Gravatar Yuefeng Zhou2018-03-29
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Fix test failureGravatar Yuefeng Zhou2018-03-19
* Consolidate all moving_average updates in batchnorm into one implementation.Gravatar Yuefeng Zhou2018-03-16
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* For models running in Eager mode, do not update the weights of the BatchNorm ...Gravatar Anjali Sridhar2018-02-13
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-08
* Make layer method `compute_output_shape` public.Gravatar Francois Chollet2018-01-04
* Enable bfloat16 use from Python:Gravatar Peter Hawkins2017-12-04
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* make deep copy of axis parameter for batch normGravatar Chris Ying2017-11-17
* Add regularizer support for fused batch norm.Gravatar Yao Zhang2017-11-03
* EagerVariableStore, for compatibility with functional layers.Gravatar Alexandre Passos2017-10-30
* Replace the fake updates with no updates when not training. This is possible ...Gravatar A. Unique TensorFlower2017-10-26
* TFE: Add compatibility doc strings to functional layersGravatar Shanqing Cai2017-10-26
* Disables storing variables in the default variable store for eager.Gravatar Alexandre Passos2017-10-24
* Adds the ability to adjust the normalized value in batchnorm. By using random...Gravatar A. Unique TensorFlower2017-10-23
* Fix case where broadcasting is not necessary.Gravatar Chris Ying2017-10-13
* Remove unnecessary reshape and get_shape from fused_batch_norm.Gravatar Chris Ying2017-10-13
* Multi-axis batch normalization support and changing from num_virtual_batches ...Gravatar Chris Ying2017-10-12
* Internal cleanupGravatar A. Unique TensorFlower2017-10-04
* Added get variable utils to tf.estimator.Estimator.Gravatar Mustafa Ispir2017-10-04
* Internal cleanupGravatar A. Unique TensorFlower2017-10-04
* Internal cleanup.Gravatar A. Unique TensorFlower2017-10-03
* Implementing ghost batch norm as defined in https://arxiv.org/pdf/1705.08741.Gravatar Chris Ying2017-09-28
* Add float16 support to tf.nn.fused_batch_norm on the GPU.Gravatar Reed Wanderman-Milne2017-09-27
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Enable fused batch norm, which is 15-20% faster for training and inference.Gravatar Yao Zhang2017-09-11
* Internal cleanupGravatar A. Unique TensorFlower2017-09-05
* Make convolutional, pooling and normalization layers to work with EAGER.Gravatar A. Unique TensorFlower2017-08-30
* Minor refactor of BatchNormalization's build, where we create gamma before beta.Gravatar Francois Chollet2017-08-25
* Increase tf.contrib.keras test coverage to 90%.Gravatar Francois Chollet2017-08-23
* Add an environment variable to test fused batch norm before we enable it by d...Gravatar Yao Zhang2017-08-22
* Add support for weight constraints in tf.layers API.Gravatar Francois Chollet2017-08-09
* Add a test for checkpoint compatibility between fused and non-fused batch norm.Gravatar Yao Zhang2017-08-09
* Make changes to prepare for the fused option of batch norm to be set to None ...Gravatar Yao Zhang2017-06-20
* Add fused batch norm to tf.layers.Gravatar Yao Zhang2017-06-02
* Fixed up the documentation for tf.contrib.layers.batch_norm and tf.layers.bat...Gravatar Neal Wu2017-05-19
* Refactor Keras layers to rely on core TF layers, specifically:Gravatar Francois Chollet2017-05-16
* Fixes markdown formatting.Gravatar A. Unique TensorFlower2017-05-11