aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/engine/training.py
Commit message (Expand)AuthorAge
* Fix support for a single tensor to be passed to target_tensorsGravatar Sourabh Bajaj2018-10-08
* 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
| * Fix some documentation errorsGravatar EFanZh2018-09-28
|/
* Fix error that occurs when attempting to use TensorFlow optimizers with Keras...Gravatar Anjali Sridhar2018-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
* keras/training.py: Improve error message.Gravatar Asim Shankar2018-09-21
* Re-enable flaky keras_testGravatar Anjali Sridhar2018-09-19
* 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
* Adds generator support directly to Keras's fit, evaluate, and predict.Gravatar A. Unique TensorFlower2018-09-11
* Add support for numpy arrays with DistributionStrategy in Keras.Gravatar Anjali Sridhar2018-09-09
* 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
* 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
* Turn off prefetching for `predict` calls since it is currently notGravatar Anjali Sridhar2018-08-22
* Improve `fit` error messages and introduce warning upon conflicting `class_we...Gravatar Francois Chollet2018-08-20
* Add validation support for tuples and dict values to be returned by the DatasetGravatar Anjali Sridhar2018-08-10
* Add support for the new metrics in Keras.Gravatar Pavithra Vijay2018-08-10
* Consolidate logic for configuring Keras Callbacks across different training l...Gravatar A. Unique TensorFlower2018-08-10
* Fix issue where `fit` could not be called on a Sequential that had been built...Gravatar Francois Chollet2018-08-10
* Add NotImplementedError message for fit, evaluate and predict generatorGravatar Anjali Sridhar2018-08-08
* Merge pull request #21477 from notwaldorf:patch-1Gravatar TensorFlower Gardener2018-08-08
|\
* | Refactor Sequential model to make it behave exactly like a subclassed network...Gravatar Francois Chollet2018-08-08
* | update documentationGravatar Tiezhen WANG2018-08-07
| * Correct links to documentation pagesGravatar Monica Dinculescu2018-08-07
* | Raise an error when using stateful metrics with DistributionStrategy.Gravatar Anjali Sridhar2018-08-06
* | This removes the output & mask caching done by graph networks in graph mode.Gravatar Francois Chollet2018-08-06
* | Add support for DistributionStrategy in tf.keras.Gravatar Anjali Sridhar2018-07-31
* | fixes issue in stateful metrics, where they are getting batch averagedGravatar Raymond Yuan2018-07-31
* | Add support for sample_weight_mode in eager execution.Gravatar Pavithra Vijay2018-07-31
* | De-dup and clean get metric name and function code between graph and eager modeGravatar Pavithra Vijay2018-07-27
* | Layers/Networks now have a default implementation for static shape inference ...Gravatar Francois Chollet2018-07-26
* | Simulate eager variable resoration in tf.keras.Model.load_weights when graph ...Gravatar Allen Lavoie2018-07-26
* | Fix: When sample_weight_mode is a list/dict set default sample_weight values ...Gravatar Pavithra Vijay2018-07-26
* | Added support for build on subclass modelsGravatar Raymond Yuan2018-07-24
* | Fix error when symbolic tensors are passed as input to Sequential model (when...Gravatar Pavithra Vijay2018-07-23
* | Fix warning message when output not in loss dictionary. Output may be used ju...Gravatar Pavithra Vijay2018-07-18
* | Support channels_first data format with crossentropy lossesGravatar Zhenyu Tan2018-07-17
* | Enrich update ops from inputsGravatar Zhenyu Tan2018-07-11
* | Auto tracking for Python lists assigned to attributes of Model/CheckpointableGravatar Allen Lavoie2018-06-29
| * Add a single positional argument mode for shape inference in subclassed Models.Gravatar Allen Lavoie2018-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