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
- Implement column_stack function across multiple backends and add corresponding tests
- feat(callbacks): add MemoryUsageCallback for CPU/GPU memory monitoring
- keras.ops.isclose incorrectly returns False for matching positive and negative infinities
- keras.ops.nancumsum returns finite values instead of inf/nan for inputs containing NaN and infinities
- keras.ops.hypot returns NaN instead of Inf for Inf and -Inf inputs
- keras.ops.nextafter returns Inf instead of max finite float32 when moving from Inf toward -Inf
- keras.ops.erfinv returns Inf for largest float32 value below 1.0
- keras.ops.nancumprod returns float32 max instead of inf for NaN followed by Inf
- keras.ops.multiply returns NaN instead of -Inf when multiplying -Inf by float32 subnormal value
- [Fix] keras.ops.nancumsum returns finite values instead of inf/nan for inputs containing NaN and infinities
- Docs
- Python not yet supported