History log of /external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
799544e3843277ba8d1fed75e2e0fb89b246df71 16-Feb-2018 Yifei Feng <yifeif@google.com> Merge commit for internal changes
5315ff2613acaa288ab818d082a95f37f5f05bb4 16-Feb-2018 Francois Chollet <fchollet@google.com> Bug fix and typo fixes.

PiperOrigin-RevId: 185935199
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
8b00f9867422e89b04988a52f2b3f25870dbbbd7 13-Feb-2018 Yifei Feng <yifeif@google.com> Merge commit for internal changes
03cebfcc80169b867ff87f700bdfd27e28e1c7bc 13-Feb-2018 Francois Chollet <fchollet@google.com> Enable Model subclassing, both in eager-mode and symbolic-mode.

PiperOrigin-RevId: 185464334
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
55747c5588045b0a06dc6446a00a189568679dea 12-Feb-2018 Yifei Feng <yifeif@google.com> Merge commit for internal changes
c6870d4848cd584dfff5950e76df56e057f5bbf1 08-Feb-2018 Anna R <annarev@google.com> Adding tf_export decorators/calls to TensorFlow functions and constants.

PiperOrigin-RevId: 185055497
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
07ec52c0ee57f10cd0e261c498a536877e439799 08-Feb-2018 Yan Facai (颜发才) <facai.yan@gmail.com> Fix static shape inference for keras.layers.LSTM (#15234)

* TST: add test case

* BUG: fix static shape inference

* TST: clean code

* BUG: support dims > 3
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
255712a4544a404177d75d492713c0267f874f60 08-Feb-2018 Francois Chollet <fchollet@google.com> Switch to using ResourceVariable in Keras for full Eager-mode compatibility.

PiperOrigin-RevId: 184945626
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
811785eec2d24743804d1128d1cce900aedad3d0 31-Jan-2018 Anjali Sridhar <anjalisridhar@google.com> Eager support for tf.Keras.

PiperOrigin-RevId: 183928850
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
0bd0bf02aa15a3238b77053a2f0ad6fe373c7d1c 26-Jan-2018 Francois Chollet <fchollet@google.com> Update tf.keras to the Keras 2.1.3 API.

PiperOrigin-RevId: 183328052
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
f675c122de5f336b3eb49bb0a74e0a0e7eb890fc 14-Dec-2017 Anjali Sridhar <anjalisridhar@google.com> Update tf.keras to the 2.1.2 API.

PiperOrigin-RevId: 178977412
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
b2db981a6731e978453862a73dab892bc674db68 01-Dec-2017 Sourabh Bajaj <sourabhbajaj@google.com> Merge changes from github.

PiperOrigin-RevId: 177526301
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
3caceafb9e6db900e11eccf697a56144e019cf9c 15-Nov-2017 Francois Chollet <fchollet@google.com> Final steps for updating tf.keras to the Keras 2.1.1 API.

PiperOrigin-RevId: 175871749
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
6fcd9785902f6fd004c6b11212c0611dda442547 07-Nov-2017 Francois Chollet <fchollet@google.com> Fix device querying in Keras backend.

PiperOrigin-RevId: 174769308
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
e4f445eb3635d45783e4407f24d15fa1337eabea 03-Nov-2017 Francois Chollet <fchollet@google.com> Update tf.keras backend.

PiperOrigin-RevId: 174513348
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
e2e3a943c0a28b7656325acb3fcd035743d55ea0 26-Sep-2017 Shanqing Cai <cais@google.com> Merge changes from github.
END_PUBLIC

---
Commit 1e1b3d902 authored by Pete Warden<pete@petewarden.com>
Committed by gunan<gunan@google.com>:
Changed output directory for Pi CI build to fix permissions problem with nightlies (#13257)

* Fix for RTLD_GLOBAL breakage of Pi builds, and removed Eigen version change for Pi that's no longer needed

* Fixed Pi Zero OpenBLAS build problems and tidied up directories used

* More robust checks in Pi build script

* Changed output directory for Pi CI build to fix permissions problem

---
Commit fe3a2e65c authored by Yan Facai (???)<facai.yan@gmail.com>
Committed by drpngx<drpngx@users.noreply.github.com>:
check invalid string type for dest_nodes in extract_sub_graph (#13057)

* BUG: check str type

* TST: add unit test

* CLN: remove list check

* CLN: use warning

* CLN: 2 indent

* CLN: raise TypeError if not list

* CLN: check string only

---
Commit 225ab7629 authored by Jean Wanka<jm.wanka@gmail.com>
Committed by Jean Wanka<jm.wanka@gmail.com>:
Fix polynomial decay with cycle for global step=0

For polynomial decay with cycle=True the learning rate at
step 0 becomes NaN, because in the process of calculating it we
devide by 0. This change should fix it, by setting the multiplier
for the decay steps to one for global_step=0.

---
Commit 286f57061 authored by Bjarke Hammersholt Roune<broune@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Make Service::TransferToClient not attempt to manipulate the literal when the transfer failed, preventing a crash and allowing the caller to see the reason for the failed transfer.

PiperOrigin-RevId: 169770126

---
Commit e0501bc4d authored by Yong Tang<yong.tang.github@outlook.com>
Committed by Shanqing Cai<cais@google.com>:
Fix GRUBlockCell parameter naming inconsistency (#13153)

* Fix GRUBlockCell parameter naming inconsistency

This fix tries to fix the issue in 13137 where
parameter `cell_size` is used instead of `num_units`.
This is inconsistent with other RNN cells.

This fix adds support of `num_units` while at the same
time maintains backward compatiblility for `cell_size`.

This fix fixes 13137.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Add `@deprecated_args` for 'cell_size' in `GRUBlockCell`

This commit adds `@deprecated_args` for 'cell_size' in `GRUBlockCell`

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Address review comment

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

---
Commit 02a2eba05 authored by Pete Warden<pete@petewarden.com>
Committed by gunan<gunan@google.com>:
Fix for RTLD_GLOBAL breakage of Pi builds, and removed Eigen version change that's no longer needed (#13251)

* Fix for RTLD_GLOBAL breakage of Pi builds, and removed Eigen version change for Pi that's no longer needed

* Fixed Pi Zero OpenBLAS build problems and tidied up directories used

* More robust checks in Pi build script

---
Commit 8ef722253 authored by Sanjoy Das<sanjoy@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Remove a redundant setName.

The EmitComputation should have emitted a function with the right name, so use a
CHECK instead.

PiperOrigin-RevId: 169764856

---
Commit 1b94147dc authored by Neal Wu<wun@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Fix broken GitHub links in tensorflow and tensorflow_models resulting from The Great Models Move (a.k.a. the research subfolder)

PiperOrigin-RevId: 169763373

---
Commit b1ada5f0c authored by Justine Tunney<jart@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Fix TensorBoard python -m invoke in docs

PiperOrigin-RevId: 169758752

---
Commit 2957cd894 authored by Mustafa Ispir<ispir@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Local run option of estimator training.

PiperOrigin-RevId: 169756384

---
Commit 1dc2fe7ac authored by Gunhan Gulsoy<gunan@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
BEGIN_PUBLIC
Automated g4 rollback of changelist 166264198

PiperOrigin-RevId: 169998124
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
580624a1100560c62cd2629ed331656fcfb1d295 22-Sep-2017 Yifei Feng <yifeif@google.com> Add keras.estimator.model_to_estimator() that creates an estimator from an existing keras model or model file.

PiperOrigin-RevId: 169728595
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
51259697f7b149c9fffaace5f0d343572dc682c9 14-Sep-2017 Francois Chollet <fchollet@google.com> Make Keras only initialize a variable after checking `tf.is_variable_initialized()`.

PiperOrigin-RevId: 168611809
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py
eaaa0b93852054dee086a3ed5373cf8bbe3d2fb3 06-Sep-2017 Francois Chollet <fchollet@google.com> Move the Keras API to tf.keras.

PiperOrigin-RevId: 167638421
/external/tensorflow/tensorflow/python/keras/_impl/keras/backend.py