aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/BUILD
Commit message (Expand)AuthorAge
* Brings V2 Optimizers into Keras w/ Keras signaturesGravatar A. Unique TensorFlower2018-10-05
* Automated rollback of commit 7229d08f0b25e24e6dd4833a94a27f404b27a350Gravatar Gunhan Gulsoy2018-09-26
* Experiment using Bazel's pip_install rule to install keras_applications.Gravatar Michael Case2018-09-21
* Force-place embedding variables on CPUs ein eager mode.Gravatar Alexandre Passos2018-09-19
* Adds back 'causal' support to Keras Conv1D and SeparableConv1DGravatar A. Unique TensorFlower2018-09-11
* Adding support for FeatureColumn input in Keras models. Modifies the Model.fi...Gravatar Rohan Jain2018-09-06
* Increase the size of embeddings_test from small to medium to fix timeouts.Gravatar Pavithra Vijay2018-08-28
* Migrate Keras from `variable_scope` imports to `variables`.Gravatar Tom Hennigan2018-08-27
* Suppress doc generation for a few methods in subclasses of Layer.Gravatar A. Unique TensorFlower2018-08-22
* Improve `fit` error messages and introduce warning upon conflicting `class_we...Gravatar Francois Chollet2018-08-20
* Add an `implementation` argument to `tf.keras.layers.LocallyConnected2D` and ...Gravatar A. Unique TensorFlower2018-08-14
* Replace applications tests with lighter integration test.Gravatar Francois Chollet2018-08-13
* Make tf.keras rely on external keras_applications and keras_preprocessing mod...Gravatar Francois Chollet2018-08-08
* Refactor Sequential model to make it behave exactly like a subclassed network...Gravatar Francois Chollet2018-08-08
* Mark `models_test` as medium-sized.Gravatar Akshay Agrawal2018-08-03
* Add support for DistributionStrategy in tf.keras.Gravatar Anjali Sridhar2018-07-31
* Add support for sample_weight_mode in eager execution.Gravatar Pavithra Vijay2018-07-31
* Internal change.Gravatar A. Unique TensorFlower2018-07-24
* Support channels_first data format with crossentropy lossesGravatar Zhenyu Tan2018-07-17
* When fitting in EagerMode, convert all user input to EagerIteratorsGravatar A. Unique TensorFlower2018-07-16
* Disable failing gpu tests on WindowsGravatar A. Unique TensorFlower2018-07-10
* Internal change.Gravatar Revan Sopher2018-07-07
* Remove hourglass imports for python/keras/engine/...Gravatar Allen Lavoie2018-06-22
* Internal change.Gravatar Francois Chollet2018-06-21
* Internal Change.Gravatar Michael Case2018-06-21
* Replace unshared convolution backend for LocallyConnected1D and LocallyConnec...Gravatar A. Unique TensorFlower2018-06-21
* Increase gru_test test sizeGravatar Pavithra Vijay2018-06-15
* Add a checkpointable list data structureGravatar Allen Lavoie2018-05-23
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Move model_to_estimator utility into Estimator from Keras.Gravatar Michael Case2018-05-14
* Automated g4 rollback of changelist 196565296Gravatar Pavithra Vijay2018-05-14
* Disable flaky cudnn_recurrent testGravatar Gunhan Gulsoy2018-05-14
* Partial update of tf.keras to the Keras 2.1.6 API.Gravatar Francois Chollet2018-05-10
* Increase the shard count of tensorflow/python/keras:wrappers_test to avoid fl...Gravatar A. Unique TensorFlower2018-05-09
* Set size of tensorflow/python/keras:normalization_test to medium to avoid fla...Gravatar A. Unique TensorFlower2018-05-08
* Increase shard count of tensorflow/python/keras:lstm_test to avoid flaky time...Gravatar A. Unique TensorFlower2018-05-08
* Make test tensorflow/python/keras:resnet50_test be size "medium"Gravatar A. Unique TensorFlower2018-05-07
* Disable densenet_test on MSAN due to flaky time outs.Gravatar A. Unique TensorFlower2018-04-26
* Disable wrappers_test under ASAN since it sometimes times out.Gravatar A. Unique TensorFlower2018-04-26
* Support CuDNN RNN layers in tf.keras.Gravatar Pavithra Vijay2018-04-26
* Disable nasnet_test on MSAN due to flaky timeout.Gravatar A. Unique TensorFlower2018-04-25
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-04-20
* Add support for Dataset Iterators in Model training/eval methods in graph mode.Gravatar Francois Chollet2018-04-19
* Internal-only change.Gravatar Justin Lebar2018-04-18
* Separate out distribute dependency out of training, as it needs to be used in...Gravatar Priya Gupta2018-04-12
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Internal ChangeGravatar A. Unique TensorFlower2018-04-09
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Raise the timeout of tests that are somewhat close to the limit, to avoid the...Gravatar A. Unique TensorFlower2018-03-25