aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/applications
Commit message (Expand)AuthorAge
* This CL adds a Keras-based mobilenet_v2 feature extractor for object detectio...Gravatar A. Unique TensorFlower2018-09-20
* Upgrade Keras applications and Keras preprocessing.Gravatar Francois Chollet2018-08-24
* 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
* Remove unused importsGravatar mktozk2018-07-10
* Replace custom relu6 with tf.keras.layers.ReLU()Gravatar mktozk2018-07-10
* 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
* Update tf.keras to the Keras 2.1.3 API.Gravatar Francois Chollet2018-01-25
* Add InceptionResNetV2 to tf.keras and update applications module to match Ker...Gravatar Francois Chollet2017-11-06
* Move the Keras API to tf.keras.Gravatar Francois Chollet2017-09-05