aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras
Commit message (Expand)AuthorAge
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Make tf.keras rely on external keras_applications and keras_preprocessing mod...Gravatar Francois Chollet2018-08-08
* Remove hourglass imports for python/keras/engine/...Gravatar Allen Lavoie2018-06-22
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* block tf.contrib.keras from the docsGravatar Mark Daoust2017-09-25
* Move the Keras API to tf.keras.Gravatar Francois Chollet2017-09-05
* Fix TSAN flakes in Keras io_utils test.Gravatar Francois Chollet2017-08-30
* Update tf.contrib.keras with the latest changes from version 2.0.8.Gravatar Francois Chollet2017-08-25
* Increase tf.contrib.keras test coverage to 90%.Gravatar Francois Chollet2017-08-23
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Make it possible to use layers from `tf.layers` directly in a Keras model.Gravatar Francois Chollet2017-08-14
* Add support for weight constraints in tf.layers API.Gravatar Francois Chollet2017-08-09
* Add an identity initializer that works with partitioned variables.Gravatar A. Unique TensorFlower2017-08-06
* Add Network class. Networks are directed acyclic graphs of layers, that imple...Gravatar Francois Chollet2017-08-03
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Internal change.Gravatar Anna R2017-07-21
* Improve BUILD correctness tensorflow/contrib/kerasGravatar A. Unique TensorFlower2017-07-18
* Update Keras API exports.Gravatar Francois Chollet2017-07-14
* Disable contrib/keras:data_utils_test on ASAN since it sometimes times out.Gravatar A. Unique TensorFlower2017-07-14
* Disable contrib tests on ASAN that are sometimes timing out.Gravatar A. Unique TensorFlower2017-07-13
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-11
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Refactor Keras Sequence utility.Gravatar Francois Chollet2017-07-07
* Backport changes from external Keras into tf.contrib.keras.Gravatar Francois Chollet2017-07-06
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Make changes to prepare for the fused option of batch norm to be set to None ...Gravatar Yao Zhang2017-06-20
* Fix a bug with sharing Keras models that feature internal losses.Gravatar Francois Chollet2017-06-19
* Fix reset_uids Keras layers utilityGravatar Francois Chollet2017-06-13
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add file hash to Keras Boston Housing dataset to force cache update.Gravatar Francois Chollet2017-06-05
* Fixed triggering create device multiple timesGravatar Toby Boyd2017-06-05
* Backport changes from Github master.Gravatar Francois Chollet2017-05-31
* Refactoring of layer name autogeneration, to remove a graph serialization war...Gravatar Francois Chollet2017-05-30
* Disable keras lstm test in tsan.Gravatar A. Unique TensorFlower2017-05-30
* gru_test broken in TSAN.Gravatar A. Unique TensorFlower2017-05-26
* Reduce threshold of integration test to avoid flakes.Gravatar Francois Chollet2017-05-23
* Allow Keras pooling and convolutional unit tests to run on GPU if applicable.Gravatar Francois Chollet2017-05-19
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Refactor Keras layers to rely on core TF layers, specifically:Gravatar Francois Chollet2017-05-16
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* [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
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* Silence a call to `print` that occurs in case of pydot import error.Gravatar Francois Chollet2017-04-19
* Refactor Keras initializers to rely on core TF initializers; add serializatio...Gravatar Francois Chollet2017-04-17