aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/layers
Commit message (Expand)AuthorAge
* Part 1/3 of the feature sync to the Keras 2.2.4 API.Gravatar Francois Chollet2018-10-08
* Fixes bug in Conv2D unit test that made it test a SeparableConv2D layer inste...Gravatar A. Unique TensorFlower2018-10-03
* Update Keras RNN layer to support time major input.Gravatar Scott Zhu2018-10-02
* Merge pull request #22126 from ConcurrencyPractitioner:masterGravatar TensorFlower Gardener2018-10-02
|\
* | Keras Lambda - enhancements to output_shape computationGravatar A. Unique TensorFlower2018-09-27
| * Fix long linesGravatar Martin Wicke2018-09-21
* | Add more specific ReLU implementation tests.Gravatar Francois Chollet2018-09-20
* | Force-place embedding variables on CPUs ein eager mode.Gravatar Alexandre Passos2018-09-19
* | Make ReLU layer use nn.leaky_relu when appropriate.Gravatar Francois Chollet2018-09-14
* | Automated rollback of commit eb5cd6926ef8d2a5a748f1aa978e51148e22dd97Gravatar Gunhan Gulsoy2018-09-13
* | Make Keras relu use nn.leaky_relu when appropriate.Gravatar Francois Chollet2018-09-13
* | Disable flaky test.Gravatar Francois Chollet2018-09-12
* | Adds back 'causal' support to Keras Conv1D and SeparableConv1DGravatar A. Unique TensorFlower2018-09-11
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
| * Ensure all ValueErrors are raisedGravatar Richard Yu2018-09-06
|/
* Update docstring for RNN cells to bring up the awareness of the CuDNN layers.Gravatar Scott Zhu2018-08-29
* Migrate Keras from `variable_scope` imports to `variables`.Gravatar Tom Hennigan2018-08-27
* Merge pull request #21462 from yanboliang:rnn-gpuGravatar TensorFlower Gardener2018-08-25
|\
* | Update StackedRNNCell to have the same order of state_size as the cell.Gravatar Scott Zhu2018-08-24
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* | Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* | Automated rollback of commit fc4504edb1ab419ae59b0ebb9ff8d943beb61117Gravatar Scott Zhu2018-08-20
* | Unify RNN Cell interface between TF and Keras.Gravatar Scott Zhu2018-08-20
* | Add an `implementation` argument to `tf.keras.layers.LocallyConnected2D` and ...Gravatar A. Unique TensorFlower2018-08-14
* | 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* | [RNN] Update TF GRU and BasicRNN cell to support Keras RNN layer.Gravatar Scott Zhu2018-08-14
* | Consolidate the RNN cell interface between Keras and TF RNN.Gravatar Scott Zhu2018-08-09
* | Keras Lambda Layer - enable list of input tensors in eager modeGravatar A. Unique TensorFlower2018-08-08
* | Refactor Sequential model to make it behave exactly like a subclassed network...Gravatar Francois Chollet2018-08-08
* | Update Keras RNN to support high dimensional inputs and states.Gravatar Scott Zhu2018-08-08
| * RNN.call should get initial state from full input specGravatar Yanbo Liang2018-08-07
|/
* Improve doc string and error checking in Permute LayerGravatar Shanqing Cai2018-08-07
* Enable masking support for eager execution.Gravatar Francois Chollet2018-08-01
* Remove deprecated Recurrent class from RNN.Gravatar Scott Zhu2018-08-01
* Keras ReLU ConsolidationGravatar A. Unique TensorFlower2018-07-24
* use parameterized test in rmspropGravatar Zhenyu Tan2018-07-24
* Fix checkpointable dependencies in recurrent layers.Gravatar Pavithra Vijay2018-07-16
* nit: fix wordingGravatar A. Unique TensorFlower2018-07-16
* Fix support for batch_normalization with mixed precisionGravatar A. Unique TensorFlower2018-07-12
* Minor eager mode improvementsGravatar Akshay Modi2018-07-10
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* Update RNN document for the `cell` parameter type.Gravatar Scott Zhu2018-07-09
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-07-03
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-06-28
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-06-28
* Remove hourglass imports for python/keras/engine/...Gravatar Allen Lavoie2018-06-22
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Fix bug with SeparableConv where bias_initializer was ignored.Gravatar A. Unique TensorFlower2018-06-21