aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras
Commit message (Expand)AuthorAge
* Part 2/3 of the update of tf.keras to the Keras 2.2.4 API.Gravatar Francois Chollet2018-10-09
* Raises an appropriate error if `add_weight` is called on a Keras network.Gravatar A. Unique TensorFlower2018-10-09
* 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
* Merge pull request #22659 from gautam1858:patch-17Gravatar TensorFlower Gardener2018-10-05
|\
* | Brings V2 Optimizers into Keras w/ Keras signaturesGravatar A. Unique TensorFlower2018-10-05
* | 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
* | Merge pull request #22660 from gautam1858:patch-18Gravatar TensorFlower Gardener2018-10-04
|\ \
* \ \ Merge pull request #22392 from yanboliang:metricsGravatar TensorFlower Gardener2018-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
* | | | | Fixes bug in Conv2D unit test that made it test a SeparableConv2D layer inste...Gravatar A. Unique TensorFlower2018-10-03
* | | | | Improve error messages and doc strings for eager-mode tf.keras.Model.fit() + ...Gravatar Shanqing Cai2018-10-02
* | | | | Update Keras RNN layer to support time major input.Gravatar Scott Zhu2018-10-02
* | | | | Add support for multiple input/output numpy arrays when using Keras APIs.Gravatar Anjali Sridhar2018-10-02
* | | | | Merge pull request #22126 from ConcurrencyPractitioner:masterGravatar TensorFlower Gardener2018-10-02
|\ \ \ \ \
| | | | * | Update backend.pyGravatar Gautam2018-10-02
| |_|_|/ / |/| | | |
| | | | * Update backend.py Gravatar Gautam2018-10-02
| |_|_|/ |/| | |
* | | | Remove outdated integration test in preparation for update of keras_preproces...Gravatar Francois Chollet2018-10-01
* | | | Simplify batch_dot logicGravatar Shanqing Cai2018-09-28
* | | | 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
* | | Keras Lambda - enhancements to output_shape computationGravatar A. Unique TensorFlower2018-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
* | | | Automated rollback of commit 7229d08f0b25e24e6dd4833a94a27f404b27a350Gravatar Gunhan Gulsoy2018-09-26
* | | | Keep only weak references to TensorFlow Optimizer objects in tf.kerasGravatar Allen Lavoie2018-09-25
* | | | 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
* | | | This CL adds an init_scope to the Keras set & get learning phase functions. T...Gravatar A. Unique TensorFlower2018-09-24
* | | | Merge pull request #21798 from facaiy:ENH/div_no_nan_treate_negative_as_zeroGravatar TensorFlower Gardener2018-09-24
|\ \ \ \
* | | | | Experiment using Bazel's pip_install rule to install keras_applications.Gravatar Michael Case2018-09-21
| | | * | Fix long linesGravatar Martin Wicke2018-09-21
* | | | | keras/training.py: Improve error message.Gravatar Asim Shankar2018-09-21
* | | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* | | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
| | | | * Fix bad indentationGravatar Yanbo Liang2018-09-20
* | | | | Add more specific ReLU implementation tests.Gravatar Francois Chollet2018-09-20
* | | | | This CL adds a Keras-based mobilenet_v2 feature extractor for object detectio...Gravatar A. Unique TensorFlower2018-09-20
* | | | | 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
| | | | * Fix bug in metrics sparse_categorical_accuracy and sparse_top_k_categorical_a...Gravatar Yanbo Liang2018-09-19
* | | | | Re-enable flaky keras_testGravatar Anjali Sridhar2018-09-19
* | | | | Add a space to the error message.Gravatar Amit Patankar2018-09-19
| |_|_|/ |/| | |
* | | | Force-place embedding variables on CPUs ein eager mode.Gravatar Alexandre Passos2018-09-19