keras
https://github.com/keras-team/keras
Python
Deep Learning for humans
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported276 Subscribers
View all SubscribersAdd a CodeTriage badge to keras
Help out
- Issues
- test: regression tests for Conv kernel_size > input dims (#22414, #22416)
- Fix misleading error messages in ReLU and add missing tests for ReLU, constraints, and regularizers
- Add functional `keras.ops.grad`
- Conv2D layer incorrectly infers non-empty static shape (0-size spatial dimensions) when kernel_size > input spatial size (related to #22414)
- [Contribution Proposal] Adding a PaddlePaddle backend for Keras 3 – seeking community feedback
- Conv1D layer incorrectly infers non-empty static shape (0-length sequence) when kernel_size > input _length
- 🗓️ SIG Keras Community Meetings: Schedule, Invites, and Notes
- Incorrect Symbolic Output Shape for Discretization Layer with output_mode="count"/"multi_hot"
- Replace cast+multiply masking with ops.where to reduce memory
- Torch backend cast+multiply masking pattern causes unnecessary memory allocations
- Docs
- Python not yet supported