aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/keras.py
Commit message (Expand)AuthorAge
* If keras_model_path is google storage url, provide util to download modelGravatar Zhenyu Tan2018-10-01
* Add Mirrored distribution strategy support for new metrics with Keras and Est...Gravatar Pavithra Vijay2018-09-26
* 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
* 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
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Add support for the new metrics in Keras.Gravatar Pavithra Vijay2018-08-10
* Raise an error when users use DistributionStrategy and native Keras optimizers.Gravatar Anjali Sridhar2018-08-06
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* abstract config overwrite logic as public APIGravatar Zhenyu Tan2018-07-30
* Dictionary tracking for tf.keras.Model attribute assignmentGravatar Allen Lavoie2018-07-24
* warm start estimator from keras model duringGravatar Zhenyu Tan2018-07-24
* unblock eager execution for model_to_estimatorGravatar Zhenyu Tan2018-07-09
* Auto tracking for Python lists assigned to attributes of Model/CheckpointableGravatar Allen Lavoie2018-06-29
* quick fix for identationGravatar Zhenyu Tan2018-06-25
* Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
* Internal Change.Gravatar Michael Case2018-06-21
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Minor clarification to model_to_estimator() doc stringGravatar Shanqing Cai2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Modify model output names to not be unique when in distribution context.Gravatar Anjali Sridhar2018-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