aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/engine/training_test.py
Commit message (Expand)AuthorAge
* Fix support for a single tensor to be passed to target_tensorsGravatar Sourabh Bajaj2018-10-08
* Simplify eager/graph Layer.losses conditionalsGravatar Allen Lavoie2018-09-28
* Fix performance issue when training with keras model in eager mode.Gravatar Pavithra Vijay2018-09-13
* Adds generator support directly to Keras's fit, evaluate, and predict.Gravatar A. Unique TensorFlower2018-09-11
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Fix reference cycle issue in the new `Metric` class with Python version < 3.Gravatar Pavithra Vijay2018-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
* Migrate Keras from `variable_scope` imports to `variables`.Gravatar Tom Hennigan2018-08-27
* Update initialization of variables in Keras.Gravatar Pavithra Vijay2018-08-21
* Fix Keras Input layer with sparse=TrueGravatar A. Unique TensorFlower2018-08-21
* Simplify Keras unit tests by removing unnecessary session scopes and introduc...Gravatar Francois Chollet2018-08-20
* Improve `fit` error messages and introduce warning upon conflicting `class_we...Gravatar Francois Chollet2018-08-20
* Add support for the new metrics in Keras.Gravatar Pavithra Vijay2018-08-10
* Refactor Sequential model to make it behave exactly like a subclassed network...Gravatar Francois Chollet2018-08-08
* Update loss and metric function weighting logic in keras.Gravatar Pavithra Vijay2018-08-03
* Enable masking support for eager execution.Gravatar Francois Chollet2018-08-01
* Add support for sample_weight_mode in eager execution.Gravatar Pavithra Vijay2018-07-31
* De-dup few eager mode tests, remove some unused functions and params.Gravatar Pavithra Vijay2018-07-30
* Fix: When sample_weight_mode is a list/dict set default sample_weight values ...Gravatar Pavithra Vijay2018-07-26
* Default .inputs .outputs of Network should be [] otherwise uses_learning_phas...Gravatar Sergio Guadarrama2018-07-23
* Fix warning message when output not in loss dictionary. Output may be used ju...Gravatar Pavithra Vijay2018-07-18
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Fix: Keras models using datasets in eager mode fail on float64 dataGravatar Pavithra Vijay2018-06-08
* Add shape validation for symbolic tensors passed to fit (only graph mode).Gravatar Francois Chollet2018-05-24
* added support for calling fit on Dataset objectsGravatar A. Unique TensorFlower2018-05-23
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17