aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/engine
Commit message (Expand)AuthorAge
* Fix support for a single tensor to be passed to target_tensorsGravatar Sourabh Bajaj2018-10-08
* Part 1/3 of the feature sync to the Keras 2.2.4 API.Gravatar Francois Chollet2018-10-08
* Enable masking through a Sequential model.Gravatar Francois Chollet2018-10-04
* Makes sure Keras Layer's `__call__` is always used in Eager.Gravatar A. Unique TensorFlower2018-10-04
* assert_nontrivial_match in tf.keras.Model.load_weights (TF format)Gravatar Allen Lavoie2018-10-03
* Merge pull request #22591 from EFanZh:fix-docsGravatar TensorFlower Gardener2018-10-03
|\
* | Add a require_static_shapes argument to DistributionStrategy class. This allo...Gravatar Anjali Sridhar2018-10-03
* | Improve error messages and doc strings for eager-mode tf.keras.Model.fit() + ...Gravatar Shanqing Cai2018-10-02
* | Add support for multiple input/output numpy arrays when using Keras APIs.Gravatar Anjali Sridhar2018-10-02
* | Simplify eager/graph Layer.losses conditionalsGravatar Allen Lavoie2018-09-28
| * Fix some documentation errorsGravatar EFanZh2018-09-28
|/
* Fix error that occurs when attempting to use TensorFlow optimizers with Keras...Gravatar Anjali Sridhar2018-09-27
* Merge pull request #21244 from smatzek:eager_in_fit_generatorGravatar TensorFlower Gardener2018-09-27
|\
* | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* | Add Mirrored distribution strategy support for new metrics with Keras and Est...Gravatar Pavithra Vijay2018-09-26
* | Add validation that input shapes should be fully defined when using TPU strat...Gravatar Priya Gupta2018-09-24
* | BEGIN_PUBLICGravatar Alexandre Passos2018-09-24
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* | Merge pull request #21798 from facaiy:ENH/div_no_nan_treate_negative_as_zeroGravatar TensorFlower Gardener2018-09-24
|\ \
* | | keras/training.py: Improve error message.Gravatar Asim Shankar2018-09-21
* | | Callbacks should count the steps correctly in the multi step caseGravatar Sourabh Bajaj2018-09-20
* | | Create a steps_per_run variable to be updated correctly in the fit loop to ma...Gravatar Sourabh Bajaj2018-09-19
* | | Re-enable flaky keras_testGravatar Anjali Sridhar2018-09-19
* | | Add a space to the error message.Gravatar Amit Patankar2018-09-19
* | | Add Keras TPU support for the new metrics.Gravatar Pavithra Vijay2018-09-17
| | * Remove unnecessary import of callbacksGravatar Samuel Matzek2018-09-17
| | * Move test to callbacks_testGravatar Samuel Matzek2018-09-17
| | * Add unit test for fit_generator changesGravatar Samuel Matzek2018-09-17
| | * Make full model before calling set_model on callbackGravatar Samuel Matzek2018-09-17
| |/ |/|
* | Refactored some of the metrics code in compile function for better readability.Gravatar Pavithra Vijay2018-09-14
* | Fix performance issue when training with keras model in eager mode.Gravatar Pavithra Vijay2018-09-13
| * CLN: remove unnecessary math_ops.maximumGravatar Yan Facai (颜发才)2018-09-12
* | Adds generator support directly to Keras's fit, evaluate, and predict.Gravatar A. Unique TensorFlower2018-09-11
| * Merge remote-tracking branch 'upstream/master' into ENH/div_no_nan_treate_neg...Gravatar Yan Facai (颜发才)2018-09-11
| |\ | |/ |/|
* | Allow keras.models.load_model to load models that were saved before weighted ...Gravatar Katherine Wu2018-09-10
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | Merge pull request #21073 from yanboliang:to-jsonGravatar TensorFlower Gardener2018-09-10
|\ \
* | | Add support for numpy arrays with DistributionStrategy in Keras.Gravatar Anjali Sridhar2018-09-09
* | | Add support for evaluate and predict in keras with TPUStrategy. Also add unit...Gravatar Priya Gupta2018-09-09
* | | Fix reference cycle issue in the new `Metric` class with Python version < 3.Gravatar Pavithra Vijay2018-09-07
* | | Add support for per epoch callbacks and returning model.history.Gravatar Sourabh Bajaj2018-09-07
* | | Adding support for FeatureColumn input in Keras models. Modifies the Model.fi...Gravatar Rohan Jain2018-09-06
* | | Small improvements to handling of Datasets in Keras.Gravatar A. Unique TensorFlower2018-09-06
* | | Fold CapturingGraph into FuncGraph.Gravatar Skye Wanderman-Milne2018-09-05
* | | Experimental work-in-progress support for TPUStrategy in keras.Gravatar Priya Gupta2018-09-05
* | | Merge pull request #22074 from lc0:eager_saveGravatar TensorFlower Gardener2018-09-04
|\ \ \
* | | | Allow configuring session options in keras when running with distribution str...Gravatar Priya Gupta2018-09-04
* | | | Clone the model in fit instead of compile for distribution strategy in keras.Gravatar Priya Gupta2018-09-04
* | | | Move iterator.get_next() to be called inside fit from inside of standardize f...Gravatar Sourabh Bajaj2018-09-04
| * | | Add an explicit reason for NotImplementedError on eager model saveGravatar Sergii Khomenko2018-09-05
|/ / /