aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/engine/sequential.py
Commit message (Expand)AuthorAge
* BugFix: Assign layer_configs = config to avoid uninitialized layer_configs va...Gravatar A. Unique TensorFlower2018-08-23
* Replace calls to tf_inspect.getargspec with tf_inspect.getfullargspec.Gravatar A. Unique TensorFlower2018-08-20
* Add test to verify that one can use Sequential with a defun on `call`.Gravatar Francois Chollet2018-08-08
* Make sure Sequential opens sub-Layer name scopes when lazily building LayersGravatar Allen Lavoie2018-08-08
* Refactor Sequential model to make it behave exactly like a subclassed network...Gravatar Francois Chollet2018-08-08
* Fix error when symbolic tensors are passed as input to Sequential model (when...Gravatar Pavithra Vijay2018-07-23
* Auto tracking for Python lists assigned to attributes of Model/CheckpointableGravatar Allen Lavoie2018-06-29
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-06-28
* Remove hourglass imports for python/keras/engine/...Gravatar Allen Lavoie2018-06-22
* Preserve input shape information when serializing deferred-build Sequential m...Gravatar Francois Chollet2018-06-08
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17