aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/models.py
Commit message (Expand)AuthorAge
* Add support for multiple input/output numpy arrays when using Keras APIs.Gravatar Anjali Sridhar2018-10-02
* Add Mirrored distribution strategy support for new metrics with Keras and Est...Gravatar Pavithra Vijay2018-09-26
* Fix model_to_estimator bug where subclassed model receives input list fromGravatar Zhenyu Tan2018-09-10
* Fix bug that prevented iterations variable from updating when training an Est...Gravatar Katherine Wu2018-09-06
* Roll forward of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2 (rolling back...Gravatar Katherine Wu2018-08-31
* Automated rollback of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2Gravatar Katherine Wu2018-08-28
* Export Keras model to SavedModel.Gravatar Katherine Wu2018-08-28
* Add clone_model to the public API.Gravatar Francois Chollet2018-08-23
* Switch to using variable._in_graph_mode instead of context.executing_eagerly(...Gravatar Pavithra Vijay2018-08-22
* Update initialization of variables in Keras.Gravatar Pavithra Vijay2018-08-21
* Move clone and build function out of the estimator/keras library.Gravatar Katherine Wu2018-08-17
* This removes the output & mask caching done by graph networks in graph mode.Gravatar Francois Chollet2018-08-06
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17