Keras-core

Latest version: v0.1.7

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.1

Highlights
* TensorFlow dependency removed: it is now possible to use Keras Core with JAX or PyTorch without installing TensorFlow.
* Significant performance improvements for Keras optimizers with PyTorch eager execution. Keras optimizers with the PyTorch backend are now at performance parity with native PyTorch optimizers.
* Added the NumPy backend. Note that it does not support training. You can use it to create and call models / layers, write custom evaluation loops, etc.

What's Changed
* bug fix for torch gpu by haifeng-jin in https://github.com/keras-team/keras-core/pull/438
* Fix typo in README by abheesht17 in https://github.com/keras-team/keras-core/pull/441
* Use SeedGenerator backend when creating variable by sampathweb in https://github.com/keras-team/keras-core/pull/439
* Add names to the input tensor, small typo by Frightera in https://github.com/keras-team/keras-core/pull/449
* Remove unused variables // adam & adamw by Frightera in https://github.com/keras-team/keras-core/pull/444
* fixed order of parameters in stateless_apply in JAX distributed example by martin-gorner in https://github.com/keras-team/keras-core/pull/458
* Added JAX distributed training guide. by hertschuh in https://github.com/keras-team/keras-core/pull/464
* optimize torch performance by haifeng-jin in https://github.com/keras-team/keras-core/pull/465
* bug fix for seed generator by haifeng-jin in https://github.com/keras-team/keras-core/pull/471
* Export DTypePolicy as Policy for backward compat by abheesht17 in https://github.com/keras-team/keras-core/pull/470
* Make it possible to run Keras Core without TensorFlow. by fchollet in https://github.com/keras-team/keras-core/pull/475
* Weighted metrics without metrics by mihirparadkar in https://github.com/keras-team/keras-core/pull/474
* Constant Initializer Error fixed by kamathis4 in https://github.com/keras-team/keras-core/pull/479
* Complete missing docstrings in keras-core/ops/core.py by Frightera in https://github.com/keras-team/keras-core/pull/494
* Port zero-dce example to `keras-core` by soumik12345 in https://github.com/keras-team/keras-core/pull/486
* Updated math.py & nn.py with docstrings. by Sheiphan in https://github.com/keras-team/keras-core/pull/484
* Add a requirements file for multi-backend cuda by mattdangerw in https://github.com/keras-team/keras-core/pull/472
* Stop tensorflow from eating all GPU memory by mattdangerw in https://github.com/keras-team/keras-core/pull/473
* Adding docstrings to Keras Core ops in numpy.py file by sukhdeepg in https://github.com/keras-team/keras-core/pull/507
* Fix Torch conv transpose by chenmoneygithub in https://github.com/keras-team/keras-core/pull/520
* Port mirnet example to `keras-core` by soumik12345 in https://github.com/keras-team/keras-core/pull/491
* Testing Timeseries anomaly detection Framework agnostic by anas-rz in https://github.com/keras-team/keras-core/pull/501
* Added docstring ops/image/resize by Frightera in https://github.com/keras-team/keras-core/pull/509
* Converted to Keras Core: A Vision Transformer without Attention by anas-rz in https://github.com/keras-team/keras-core/pull/497
* Optimizer torch optimizer performance by haifeng-jin in https://github.com/keras-team/keras-core/pull/482
* Clean up variable vs weight in base layer by mattdangerw in https://github.com/keras-team/keras-core/pull/521
* Convert to Keras_Core: Compact Convolutional Transformer by anas-rz in https://github.com/keras-team/keras-core/pull/523
* Framework agnostic autoencoder for image deniosing by anas-rz in https://github.com/keras-team/keras-core/pull/524
* Input layer test by kamathis4 in https://github.com/keras-team/keras-core/pull/511
* Update symbolic_arguments.py by sqali in https://github.com/keras-team/keras-core/pull/513
* Orthogonal Inititializer test by kamathis4 in https://github.com/keras-team/keras-core/pull/526
* Convert to Keras Core: Token Learner by anas-rz in https://github.com/keras-team/keras-core/pull/528
* Add Adam optimizer parallel implementation for torch backend by haifeng-jin in https://github.com/keras-team/keras-core/pull/531
* Adding: Numpy Backend by ariG23498 in https://github.com/keras-team/keras-core/pull/483
* Add AdamW implementation with torch parallel ops by haifeng-jin in https://github.com/keras-team/keras-core/pull/532
* Fix SavedModel integration and add associated tests by nkovela1 in https://github.com/keras-team/keras-core/pull/522
* Add RMSprop for Torch by haifeng-jin in https://github.com/keras-team/keras-core/pull/533
* Add Adadelta for torch by haifeng-jin in https://github.com/keras-team/keras-core/pull/534

New Contributors
* abheesht17 made their first contribution in https://github.com/keras-team/keras-core/pull/441
* Frightera made their first contribution in https://github.com/keras-team/keras-core/pull/449
* fchollet made their first contribution in https://github.com/keras-team/keras-core/pull/475
* mihirparadkar made their first contribution in https://github.com/keras-team/keras-core/pull/474
* kamathis4 made their first contribution in https://github.com/keras-team/keras-core/pull/479
* soumik12345 made their first contribution in https://github.com/keras-team/keras-core/pull/486
* Sheiphan made their first contribution in https://github.com/keras-team/keras-core/pull/484
* sukhdeepg made their first contribution in https://github.com/keras-team/keras-core/pull/507
* anas-rz made their first contribution in https://github.com/keras-team/keras-core/pull/501
* sqali made their first contribution in https://github.com/keras-team/keras-core/pull/513

**Full Changelog**: https://github.com/keras-team/keras-core/compare/v0.1.0...v0.1.1

0.1.0

Initial preview release. See the [announcement post](https://keras.io/keras_core/announcement/) for details on capabilities, credits, etc.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.