aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/layers/base_test.py
Commit message (Expand)AuthorAge
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Automated g4 rollback of changelist 200783477Gravatar Reed Wanderman-Milne2018-06-19
* Update a few documentation for layer-input-casting feature.Gravatar James Qin2018-06-19
* Automatic cast layer inputs to the layer's dtype.Gravatar Reed Wanderman-Milne2018-06-15
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Make default weights initializer in `base_layers.Layer` suitable for their dt...Gravatar A. Unique TensorFlower2018-04-12
* Refactor layers:Gravatar Francois Chollet2018-04-10
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Layers bind to a graph when first called, not at __init__.Gravatar A. Unique TensorFlower2018-03-06
* Simplify and extend the management of input-conditional losses and updates.Gravatar Francois Chollet2018-02-09
* Make it possible to wrap Layer's `call` method in `tfe.defun`.Gravatar Akshay Agrawal2018-01-05
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Support tfe.Network.lossesGravatar Allen Lavoie2017-11-28
* Rename layers.base.Network -> layers.network.GraphNetworkGravatar Allen Lavoie2017-11-15
* Fix typo in tensorflow/python/layers/base_test.pyGravatar Yifei Feng2017-11-10
* Update tf.keras RNNs to the Keras 2.0.9 API. Does not include cuDNN layers.Gravatar Francois Chollet2017-11-10
* Make Network compatible with eager mode. Currently it only allows to instanti...Gravatar Francois Chollet2017-10-20
* Switch to nest.flatten() in tf.layers.Layer to allow dicts andGravatar A. Unique TensorFlower2017-10-12
* Clean up properties of layers.Layer:Gravatar A. Unique TensorFlower2017-10-02
* When Eager Execution is enabled, TensorFlow now no longer relies on global co...Gravatar Ali Yahya2017-09-14
* Make core layers EAGER model friendly.Gravatar A. Unique TensorFlower2017-08-30
* Make it possible to use layers from `tf.layers` directly in a Keras model.Gravatar Francois Chollet2017-08-14
* Add Network class. Networks are directed acyclic graphs of layers, that imple...Gravatar Francois Chollet2017-08-03
* Bugfix for https://github.com/tensorflow/models/issues/1050Gravatar Eugene Brevdo2017-07-06
* Refactor Keras layers to rely on core TF layers, specifically:Gravatar Francois Chollet2017-05-16
* [tf layers] Delay marking a layer as built until the end of its first apply().Gravatar Eugene Brevdo2017-05-02
* Refactor Keras layers to rely on core TF layers.Gravatar Francois Chollet2017-04-26
* Ensure tf.layers._Layer objects are not used across multiple graphs.Gravatar Eugene Brevdo2017-03-29
* Undo a breaking change to the public API; while retaining the bugfix of #8504.Gravatar Eugene Brevdo2017-03-22
* Change behavior of tf.layers._Layer: scope (if not provided) is set lazily.Gravatar Eugene Brevdo2017-03-20
* Allow layers to define variables in call, test that it doesn't lead to duplic...Gravatar Lukasz Kaiser2016-12-22
* Changes to zeros_initializer which seem to have been missed in the migration.Gravatar A. Unique TensorFlower2016-12-12
* Refactor Python imports: layersGravatar Justine Tunney2016-12-08
* Update base Layer to be consistent with the rest of TF.Gravatar Sergio Guadarrama2016-12-03
* Correct the names of base-class variables when no default name is given.Gravatar Lukasz Kaiser2016-11-30
* Add Dropout layer, its functional interface, and `training` argument support ...Gravatar A. Unique TensorFlower2016-11-29
* Introduce the FullyConnected layer class and functional wrapper.Gravatar A. Unique TensorFlower2016-11-23