aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras
Commit message (Expand)AuthorAge
...
* | | | Add Keras TPU support for the new metrics.Gravatar Pavithra Vijay2018-09-17
* | | | Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
| | * | Fix pylint errorGravatar Samuel Matzek2018-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
* | | Make ReLU layer use nn.leaky_relu when appropriate.Gravatar Francois Chollet2018-09-14
* | | Export tf.keras.sparse_categorical_accuracy. Copied from PR #21790.Gravatar Martin Wicke2018-09-14
* | | Automated rollback of commit eb5cd6926ef8d2a5a748f1aa978e51148e22dd97Gravatar Gunhan Gulsoy2018-09-13
* | | Make Keras relu use nn.leaky_relu when appropriate.Gravatar Francois Chollet2018-09-13
* | | Fix performance issue when training with keras model in eager mode.Gravatar Pavithra Vijay2018-09-13
* | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-12
* | | Disable flaky test.Gravatar Francois Chollet2018-09-12
* | | Use WeakKeyDictionaries for global Keras {graph->...} mapsGravatar Igor Ganichev2018-09-12
* | | Add unit test for model_to_estimator where inpu_fnGravatar Zhenyu Tan2018-09-12
| * | CLN: remove unnecessary math_ops.maximumGravatar Yan Facai (颜发才)2018-09-12
* | | Adds back 'causal' support to Keras Conv1D and SeparableConv1DGravatar A. Unique TensorFlower2018-09-11
* | | 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
* | | Fix model_to_estimator bug where subclassed model receives input list fromGravatar Zhenyu Tan2018-09-10
* | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | | Adding forgotten exports.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
| | | * Ensure all ValueErrors are raisedGravatar Richard Yu2018-09-06
| |_|/ |/| |
* | | Fix bug that prevented iterations variable from updating when training an Est...Gravatar Katherine Wu2018-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
|/ / /
* | | Merge pull request #20108 from yongtang:19910-glorot_uniform_initializerGravatar TensorFlower Gardener2018-08-31
|\ \ \
* | | | Roll forward of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2 (rolling back...Gravatar Katherine Wu2018-08-31
* | | | Add a cast to labels when computing sparse categorical crossentropy to ensure...Gravatar Karmel Allison2018-08-30
* | | | Keras Initializers change to default values for RandomUniform, RandomNormal,Gravatar A. Unique TensorFlower2018-08-30
* | | | In keras distributed training, use strategy.num_towers instead of strategy._d...Gravatar Priya Gupta2018-08-29
* | | | Update docstring for RNN cells to bring up the awareness of the CuDNN layers.Gravatar Scott Zhu2018-08-29
* | | | Automated rollback of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2Gravatar Katherine Wu2018-08-28
* | | | Export Keras model to SavedModel.Gravatar Katherine Wu2018-08-28