-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump keras from 2.12.0 to 3.9.0 in /Sentiment Analyser #3216
Conversation
Bumps [keras](https://github.com/keras-team/keras) from 2.12.0 to 3.9.0. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](keras-team/keras@v2.12.0...v3.9.0) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates the Keras library from version 2.12.0 to 3.9.0 by modifying the requirements.txt file. Updated class diagram for Keras layersclassDiagram
class Layer {
+Layer()
+__call__()
+trainable: bool
+name: str
}
class RMSNormalization {
+RMSNormalization()
+call()
}
class AugMix {
+AugMix()
+call()
}
class CutMix {
+CutMix()
+call()
}
class RandomInvert {
+RandomInvert()
+call()
}
class RandomErasing {
+RandomErasing()
+call()
}
class RandomGaussianBlur {
+RandomGaussianBlur()
+call()
}
class RandomPerspective {
+RandomPerspective()
+call()
}
Layer <|-- RMSNormalization : inherits
Layer <|-- AugMix : inherits
Layer <|-- CutMix : inherits
Layer <|-- RandomInvert : inherits
Layer <|-- RandomErasing : inherits
Layer <|-- RandomGaussianBlur : inherits
Layer <|-- RandomPerspective : inherits
note for Layer "Base class for all layers"
note for RMSNormalization "New layer: RMS Normalization"
note for AugMix "New layer: AugMix"
note for CutMix "New layer: CutMix"
note for RandomInvert "New layer: RandomInvert"
note for RandomErasing "New layer: RandomErasing"
note for RandomGaussianBlur "New layer: RandomGaussianBlur"
note for RandomPerspective "New layer: RandomPerspective"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Due to inactivity this pull request has been marked as stale. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps keras from 2.12.0 to 3.9.0.
Release notes
Sourced from keras's releases.
... (truncated)
Commits
eb1f844
FixDiscretization
serialization whennum_bins
is used. (#20971)19b1418
Enable cuDNN RNNs when dropout is set andtraining=True
(#20983)465a3d2
Update version number2688bfc
Fix docstringff427e5
[Keras Ops and Layer] Add keras.ops.rms_norm() and keras.layers.RMSNormalizat...f7115c2
Fix PyTorch stateful RNN/LSTM gradient computation error resolves #20875 (#20...7a7bca6
[OpenVINO backend] Support numpy.append (#20951)c356cae
Bump the github-actions group with 3 updates (#20975)0902ff4
[OpenVino BackEnd]support np.count_nonzero for ov BackEnd (#20945)21c8997
Make gaussian_blur to use scipy convolve2d (#20974)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Chores: