Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tilakrayal/keras

Tags

v2.8.0

Toggle v2.8.0's commit message
Compute LSTM and GRU via cuDNN for RaggedTensors.

This cherry-picked commit fixes a bug preventing computing
LSTM and GRU for RaggedTensors via cuDNN, resulting in
a large speedup (easily 10 times).

A TF2-only test comparing ragged and masked tensor LSTM and GRU
on CPU and GPU is also provided.

v2.8.0-rc1

Toggle v2.8.0-rc1's commit message
Compute LSTM and GRU via cuDNN for RaggedTensors.

This cherry-picked commit fixes a bug preventing computing
LSTM and GRU for RaggedTensors via cuDNN, resulting in
a large speedup (easily 10 times).

A TF2-only test comparing ragged and masked tensor LSTM and GRU
on CPU and GPU is also provided.

v2.8.0-rc0

Toggle v2.8.0-rc0's commit message
Fix RandomCrop layer called on integer input

We had a tf.cond which called tf.image.resize on one path (returning float32) and
cropping the input dtype on the other, which lead to a error. Instead we cast the
inputs to the layer's compute dtype and do our computation with that type.

Fixes keras-team#15681

PiperOrigin-RevId: 417686461

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable the failing tests due to numpy 1.20 change (keras-team#15552)

The test has been disabled on master branch as well, we need to cherrypick this to unblock the release build.

original cl in cl/400819173.

v2.7,0

Toggle v2.7,0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable the failing tests due to numpy 1.20 change (keras-team#15552)

The test has been disabled on master branch as well, we need to cherrypick this to unblock the release build.

original cl in cl/400819173.

v2.7.0-rc2

Toggle v2.7.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable the failing tests due to numpy 1.20 change (keras-team#15552)

The test has been disabled on master branch as well, we need to cherrypick this to unblock the release build.

original cl in cl/400819173.

v2.7.0-rc1

Toggle v2.7.0-rc1's commit message
Update Keras Functional model docstring for the new feature of submod…

…el slicing.

PiperOrigin-RevId: 399303217

v2.7.0-rc0

Toggle v2.7.0-rc0's commit message
Remove temporary monitoring now that underlying perf issue is resolved

PiperOrigin-RevId: 398533606

v2.6.0

Toggle v2.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use the safer `safe_load` function instead of `unsafe_load` when poss…

…ible

There is no need to open ourselves up to arbitrary code execution, especially since this is not in a performance critical loop, so we can take the slowdown due to safety.

PiperOrigin-RevId: 388501098

v2.6.0-rc3

Toggle v2.6.0-rc3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use the safer `safe_load` function instead of `unsafe_load` when poss…

…ible

There is no need to open ourselves up to arbitrary code execution, especially since this is not in a performance critical loop, so we can take the slowdown due to safety.

PiperOrigin-RevId: 388501098