Skip to content

Releases: keras-team/keras-cv

v0.9.0

30 Apr 19:54
4b10dd0
Compare
Choose a tag to compare

In addition to the changes listed below, the codebase structure has evolved:

  • All source files are now in keras_cv/src/.
  • All API files are now in keras_cv/api/.
  • Users can install KerasCV directly from GitHub or local git repository.

This doesn't change how users will interact with KerasCV and doesn't update the public API.

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.9.0.dev0

30 Apr 00:11
51f2234
Compare
Choose a tag to compare
v0.9.0.dev0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0.dev0

v0.8.2

01 Feb 00:06
7eee38a
Compare
Choose a tag to compare

What's Changed

  • Add version() API to unify with Keras and KerasNLP (#2199)
  • Update random_crop_and_zoom.py (#2294)
  • bug fix (#2303)
  • Add BASNet Segmentation Model (#2006) (#2271)
  • Fix image.shape type (#2305)
  • Create workflow for auto assignment of issues and for stale issues (#2313)
  • Update Vectorized Base Augmentations to work in tf.data pipeline for ALL backends (#2323)
  • Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX (#2322)
  • Reduce memory consumption for BasNet tests (#2325)

Full Changelog: v0.8.1...v0.8.2

v0.8.1

09 Jan 00:26
0e2c479
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.1.dev0

08 Jan 21:22
677c7bc
Compare
Choose a tag to compare
v0.8.1.dev0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1.dev0

v0.8.0

05 Jan 22:37
446a13b
Compare
Choose a tag to compare

This release integrates KerasCV with Kaggle Models. KerasCV models will now work in Kaggle offline notebooks and all assets will quickly attach to a notebook rather than needing a slow download.

Summary

Pre-trained KerasCV models are now available entirely through Kaggle Models, with the full list of models available in both KerasCV and KerasNLP hosted here.

Here is an example model page: EfficientNetV2
Note that each preset for the model is available via the Model Variations tab drop-down menu along with example usage.
Additionally, you can view the file structure containing the model architecture, metadata, and weights, if applicable.

This change will not affect the existing usage of from_preset(). Statements like keras_nlp.models.MobileNetV3Backbone.from_preset("mobilenet_v3_small") will continue to work and download checkpoints from the Kaggle Models hub.

An note on model saving—for saving support across Keras 2 and Keras 3, we recommend using the new Keras saved model format. You can use model.save('path/to/location.keras') for a full model and model.save_weights('path/to/location.weights.h5') for checkpoints. See the Keras saving guide for more details.

What's Changed

Read more

v0.8.0.dev2

05 Jan 00:53
Compare
Choose a tag to compare
v0.8.0.dev2 Pre-release
Pre-release

Full Changelog: v0.6.4...v0.8.0.dev2

v0.8.0.dev1

04 Jan 23:53
Compare
Choose a tag to compare
v0.8.0.dev1 Pre-release
Pre-release

This dev release introduces Kaggle integration with KerasCV, making all presets hosted on Kaggle.
This version includes backwards compatible fixes to ensure compatibility for these Kaggle presets across Keras 2 versions and Keras 3.

Kaggle Integration - Dev Release

11 Dec 20:20
Compare
Choose a tag to compare
Pre-release

Full Changelog: v07.2...0.8.0.dev0

0.7.2

07 Dec 20:37
76d269b
Compare
Choose a tag to compare

Summary

This release simplifies our support for Keras 3 and Keras 2.

  • If Keras 2 is installed, KerasCV will use Keras 2 and TensorFlow.
  • If Keras 3 is installed, KerasCV requires TensorFlow 2.15+ and works with TensorFlow, PyTorch and Jax.

See https://keras.io/getting_started/ for detailed instructions on installing Keras 3. As mentioned in that doc, make sure to install Keras 3 last after installing tensorflow and other dependencies. This is a temporary step while TensorFlow is still pinning Keras 2.

To learn more, https://keras.io/keras_cv/

If you have any issue installing KerasCV, please open an issue.

Full Changelog: v0.7.1...0.7.2