Bump keras from 3.8.0 to 3.10.0
Open
Number: #19
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 0
Association: None
Comments: 0
Created:
May 20, 2025 at 09:57 PM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
May 20, 2025 at 09:57 PM UTC
(about 1 year ago)
(about 1 year ago)
Labels:
dependencies python
dependencies python
Description:
Bumps keras from 3.8.0 to 3.10.0.
Release notes
Sourced from keras's releases.
Keras 3.10.0
New features
- Add support for weight sharding for saving very large models with
model.save(). It is controlled via themax_shard_sizeargument. Specifying this argument will split your Keras model weight file into chunks of this size at most. Useload_model()to reload the sharded files.- Add optimizer
keras.optimizers.Muon- Add image preprocessing layer
keras.layers.RandomElasticTransform- Add loss function
keras.losses.CategoricalGeneralizedCrossEntropy(with functional versionkeras.losses.categorical_generalized_cross_entropy)- Add
axisargument toSparseCategoricalCrossentropy- Add
lora_alphato all LoRA-enabled layers. If set, this parameter scales the low-rank adaptation delta during the forward pass.- Add activation function
keras.activations.sparse_sigmoid- Add op
keras.ops.image.elastic_transform- Add op
keras.ops.angle- Add op
keras.ops.bartlett- Add op
keras.ops.blackman- Add op
keras.ops.hamming- Add ops
keras.ops.view_as_complex,keras.ops.view_as_realPyTorch backend
- Add cuDNN support for LSTM with the PyTorch backend
TensorFlow backend
- Add
tf.RaggedTensorsupport toEmbeddinglayer- Add variable-level support for
synchronizationargumentOpenVINO backend
- Add support for over 50 additional Keras ops in the OpenVINO inference backend!
New Contributors
@JyotinderSinghmade their first contribution in keras-team/keras#20993@SaifMohammed22made their first contribution in keras-team/keras#20982@11happymade their first contribution in keras-team/keras#20940@jpy794made their first contribution in keras-team/keras#21008@chiruu12made their first contribution in keras-team/keras#20950@arkhamHackmade their first contribution in keras-team/keras#21010@samitshah1made their first contribution in keras-team/keras#21036@nathanrooymade their first contribution in keras-team/keras#21056@rfezzanimade their first contribution in keras-team/keras#21053@drasmussmade their first contribution in keras-team/keras#21072@pass-linmade their first contribution in keras-team/keras#21037@wilsbjmade their first contribution in keras-team/keras#21077@timsweeneyfanellimade their first contribution in keras-team/keras#21081@darshil929made their first contribution in keras-team/keras#21042@superbobrymade their first contribution in keras-team/keras#21106@nithin9000made their first contribution in keras-team/keras#21136@Huanli-Gongmade their first contribution in keras-team/keras#21141@he7d3rmade their first contribution in keras-team/keras#21098
... (truncated)
Commits
3bedb9aUpdate layer.py add_metric error message (#21290)c52d71e[OpenVINO Backend] support ops.split (#21296)8f67babUpdate layer.py add_loss to properly handle when input loss is a list of scal...df58e70jax eig now has GPU supportc6187c1[OpenVINO Backend] modify ops.stack to support tuples (#21297)c2b1993Replace the bias addition in EinsumDense with ops.add(x, bias) instead of usi...c949e75Implementation np.outer function (#21270)cf08b92Revert "Add sparse support toops.ones_likeandops.zeros_like." (#21302)dba71daupdate JAX GPU version (#21293)e19a2edAdd an easy way to run a script for a few steps only (#21217)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
| ID: | 533834 |
| UUID: | 2532703601 |
| Node ID: | PR_kwDOOC1a786W9f1x |
| Host: | GitHub |
| Repository: | ymugoder/Python |
| Merge State: | Unknown |