Releases: keras-team/keras-hub
Releases · keras-team/keras-hub
v0.20.0
What's Changed
- Install TF Text on non-Windows only by @abheesht17 in #2115
- Add SigLIP by @james77777778 in #2113
- Fix
PaliGemmaVitEncoder
output shape by @abheesht17 in #2123 - Cspnet architecture. by @sachinprasadhs in #2091
- Update our master version to be a dev release by @mattdangerw in #2131
- Add top 3 HF Presets for Mobilenet by @pkgoogle in #2105
- Add SigLIP2 by @james77777778 in #2127
- update Gemma attention for TPU by @divyashreepathihalli in #2130
- Update dev version rule for nightly by @SamanehSaadat in #2139
- Fix dtype bug in image converter by @abheesht17 in #2147
- Add instruction in .md for manual pre-commit run by @abheesht17 in #2148
- Add Qwen 2.5 by @shivance in #2088
- Updated CONTRIBUTING.md (Fixes issue #2153) by @villurignanesh in #2156
- Update kaggle preset paths for SigLip model by @laxmareddyp in #2164
- Routine Kaggle HF sync by @divyashreepathihalli in #2165
- Enable LoRA target names arg by @divyashreepathihalli in #2166
- Update retinanet_presets.py by @sineeli in #2157
- Add Gemma3 by @abheesht17 in #2152
- Add precommit to the common requirements file by @mattdangerw in #2173
- Add back a format script for compat by @mattdangerw in #2174
- Add a TextToImagePreprocessor base class by @mattdangerw in #2181
- Bump the python group with 2 updates by @dependabot in #2185
- implement of roformerv2 by @pass-lin in #2145
- Move sliding window attn before FA block for Gemma by @abheesht17 in #2187
- Update gating condition to include check for supporting GPUs for flash attention by @divyashreepathihalli in #2184
- Revert "Fix dtype bug in image converter (#2147)" by @mattdangerw in #2180
- Add vision for Gemma3 by @abheesht17 in #2170
- Do not export Qwen for release by @abheesht17 in #2198
- Version bump to 0.20.0.dev1 by @abheesht17 in #2200
- Version bump to 0.20.0 by @abheesht17 in #2202
New Contributors
- @villurignanesh made their first contribution in #2156
Full Changelog: v0.19.3...v0.20.0
v0.20.0.dev1
What's Changed
- Version bump to 0.20.0.dev1 by @abheesht17 in #2200
Full Changelog: v0.20.0.dev0...v0.20.0.dev1
v0.20.0.dev0
What's Changed
- Install TF Text on non-Windows only by @abheesht17 in #2115
- Add SigLIP by @james77777778 in #2113
- Fix
PaliGemmaVitEncoder
output shape by @abheesht17 in #2123 - Cspnet architecture. by @sachinprasadhs in #2091
- Update our master version to be a dev release by @mattdangerw in #2131
- Add top 3 HF Presets for Mobilenet by @pkgoogle in #2105
- Add SigLIP2 by @james77777778 in #2127
- update Gemma attention for TPU by @divyashreepathihalli in #2130
- Update dev version rule for nightly by @SamanehSaadat in #2139
- Fix dtype bug in image converter by @abheesht17 in #2147
- Add instruction in .md for manual pre-commit run by @abheesht17 in #2148
- Add Qwen 2.5 by @shivance in #2088
- Updated CONTRIBUTING.md (Fixes issue #2153) by @villurignanesh in #2156
- Update kaggle preset paths for SigLip model by @laxmareddyp in #2164
- Routine Kaggle HF sync by @divyashreepathihalli in #2165
- Enable LoRA target names arg by @divyashreepathihalli in #2166
- Update retinanet_presets.py by @sineeli in #2157
- Add Gemma3 by @abheesht17 in #2152
- Add precommit to the common requirements file by @mattdangerw in #2173
- Add back a format script for compat by @mattdangerw in #2174
- Add a TextToImagePreprocessor base class by @mattdangerw in #2181
- Bump the python group with 2 updates by @dependabot in #2185
- implement of roformerv2 by @pass-lin in #2145
- Move sliding window attn before FA block for Gemma by @abheesht17 in #2187
- Update gating condition to include check for supporting GPUs for flash attention by @divyashreepathihalli in #2184
- Revert "Fix dtype bug in image converter (#2147)" by @mattdangerw in #2180
- Add vision for Gemma3 by @abheesht17 in #2170
- Do not export Qwen for release by @abheesht17 in #2198
New Contributors
- @villurignanesh made their first contribution in #2156
Full Changelog: v0.19.0.dev0...v0.20.0.dev0
v0.19.3
What's Changed
- Version bump to 0.19.3.dev0 by @abheesht17 in #2168
- Version bump to 0.19.3 by @abheesht17 in #2169
Full Changelog: v0.19.2...v0.19.3
v0.19.3.dev0
What's Changed
- Version bump to 0.19.3.dev0 by @abheesht17 in #2168
Full Changelog: v0.19.2...v0.19.3.dev0
v0.19.2
v0.19.1
What's Changed
- TF Text dependency is installed only on non-Windows system only
Full Changelog: v0.19.0.dev0...v0.19.1
v0.19.0.dev0
Summary
- Flash Attention was enabled for KearsHub models
- New models added: SD3.5medium version, VIT, MobileNet and BASNet
- New model presets for: MobileNet, EfficientNet, BasNet, VIT, etc
- Updated formatting to Ruff
- Added download support for ModelScope
- Bounding box utilities moved to Keras
- Minor fixes
What's Changed
- Bump version number to 0.19 by @mattdangerw in #2008
- Remove .DS_Store files by @mattdangerw in #2011
- Add supported tasks types to metadata by @mattdangerw in #1997
- Add a numeric check to the PaliGemma2 conversion script by @james77777778 in #2012
- Adds efficientnet2 presets by @pkgoogle in #1983
- Update README.md by @mattdangerw in #2017
- [ViT] Vision Transformer (ViT) backbone, layers, and image classifier by @sineeli in #1989
- Enable Flash Attention for SD3 MMDiT by @james77777778 in #2014
- Use Ruff for formatting by @mattdangerw in #2019
- update devcontainer as per ruff by @sineeli in #2020
- Add ViT Presets by @sineeli in #2021
- Add BASNet to keras hub by @laxmareddyp in #1984
- Some routine cleanup while writing some new tools for checkpoint admin by @mattdangerw in #2023
- Fix broken preset links; presets without versions by @mattdangerw in #2024
- New tools for model preset admin by @mattdangerw in #2025
- Avoid hard error if tf is not installed by @mattdangerw in #2028
- Try requiring a miniumum version of keras by @mattdangerw in #2029
- Update metadata by @mattdangerw in #2026
- Add SD 3.5 medium by @james77777778 in #2033
- Run HF sync by @mattdangerw in #2030
- Improve error messages for tokenizer trainers by @mattdangerw in #2037
- Update formatting for latest Ruff version by @mattdangerw in #2041
- BASNet Kaggle presets path update by @laxmareddyp in #2052
- Update asserts to avoid deprecated methods by @mattdangerw in #2053
- Add
pad_to_aspect_ratio
flag to ImageConverter by @sineeli in #2045 - Use Flash Attention if available by @james77777778 in #2058
- os.make_dirs is not a thing; os.makedirs is by @mattdangerw in #2061
- Update README.md by @mattdangerw in #2063
- Update auto-assignment.js by @balanprasanth in #2057
- Remove
mask = None
by @abheesht17 in #2067 - Bump the python group with 2 updates by @dependabot in #2066
- Make gemma inputs int32 same as other models by @mattdangerw in #2069
- Vit bug by @sineeli in #2070
- Update auto-assignment.js by @balanprasanth in #2065
- Fix Pytorch GPU test by @divyashreepathihalli in #2087
- Remove bounding box utils and refactor retinanet by @sineeli in #2039
- Add download support for modelscople. by @pass-lin in #2032
- Port MobileNet by @pkgoogle in #2049
- Add VGG preset test cases by @laxmareddyp in #2090
- Made y optional when we use for inference by @laxmareddyp in #2092
- fix mobilenet tests by @divyashreepathihalli in #2096
- Basnet preset rename in kaggle by @laxmareddyp in #2097
- Fix tensorflow dep in
requirements.txt
by @abheesht17 in #2100 - test and preset fixes for mobilenet by @pkgoogle in #2098
- Keep TF Text as optional dependency by @abheesht17 in #2103
- Add PaliGemma 2 mix checkpoints by @bebechien in #2106
- Add
query_proj
,value_proj
to target names forenable_lora
by @abheesht17 in #2107 - Enable Flash attention in Gemma by @divyashreepathihalli in #2064
- Update gemma_attention.py by @divyashreepathihalli in #2109
- fix attention mask dtype by @divyashreepathihalli in #2110
- Fixing imports in init file and preset name update by @laxmareddyp in #2108
- Add pre-commit hooks by @abheesht17 in #2111
- batch mismatch hotfix by @pkgoogle in #2112
New Contributors
- @laxmareddyp made their first contribution in #1984
- @balanprasanth made their first contribution in #2057
- @pass-lin made their first contribution in #2032
- @bebechien made their first contribution in #2106
Full Changelog: v0.18.1...v0.19.0.dev0
v0.18.1
Summary
- Minor bug fix point release.
- Remove einops code from flux model.
- Fix specifying dtype during task
from_preset
.
What's Changed
- Adding PaliGemma2 to KerasHub by @divyashreepathihalli in #1998
- Update pali_gemma_presets.py by @divyashreepathihalli in #2003
- Remove einops dep by @mattdangerw in #2006
- Fix dtype when creating a task with a task.json by @mattdangerw in #2007
- Version bump dev release by @mattdangerw in #2009
- Version bump release by @mattdangerw in #2010
Full Changelog: v0.18.0...v0.18.1
v0.18.0
Summary
- New Models.
- PaliGemma 2: Better performing PaliGemma release based on Gemma 2.
- SegFormer: Introduced the SegFormer architecture for SemanticSegmentation.
- CLIP.
- EfficientNet: Added EfficientNet presets, including the Edge and lite0 variants.
- RetinaNet: Added an object detection task model.
- Stable Diffusion: Added SD3.5 large and large turbo presets and flash attention support.
- HuggingFace integration.
- All Keras team presets are now on both Kaggle and Huggingface hubs.
Breaking Changes.
- Updated initialization parameters for SD3, replacing
height
andwidth
withimage_shape
.
What's Changed
- version bump to 0.17.0.dev0 by @divyashreepathihalli in #1944
- Update stable_diffusion_3_presets.py path by @divyashreepathihalli in #1946
- [Semantic Segmentation] - Add SegFormer Architecture, Weight Conversion Script and Presets by @DavidLandup0 in #1883
- Update readme by @divyashreepathihalli in #1949
- Update llama_backbone.py docstring by @divyashreepathihalli in #1950
- Update path for Llama by @sachinprasadhs in #1953
- Update SD3 init parameters (replacing
height
,width
withimage_shape
) by @james77777778 in #1951 - Update docstring by @sachinprasadhs in #1954
- Add
CLIP
model by @james77777778 in #1955 - Add EfficientNet Presets by @pkgoogle in #1933
- Add SD3.5 large and large turbo presets by @james77777778 in #1960
- Mirror all weights on HF from Kaggle by @divyashreepathihalli in #1959
- [T5 1.1] Enable v1.1 Presets by @DavidLandup0 in #1948
- Update preset path for SD 3.5 and T5 1.1 by @divyashreepathihalli in #1961
- minor fix to HF mirror script by @divyashreepathihalli in #1962
- Add presets for CLIP and fix some minor bugs by @james77777778 in #1964
- sync models and update mirror script to sync model cards on HF and Kaggle by @divyashreepathihalli in #1971
- Bump the python group with 5 updates by @dependabot in #1969
- [MiT and SegFormer] Refactor Backbone Arg Names by @DavidLandup0 in #1958
- Correct model card links for Gemma variants by @RyanMullins in #1972
- [RetinaNet] Image Converter and ObjectDetector by @sineeli in #1906
- Improve future compatibility of
CLIPMultiHeadAttention
by @james77777778 in #1975 - Fix
return_attention_scores
bug by @abheesht17 in #1977 - Correct the kaggle handle by @sineeli in #1982
- Add Efficientnet Edge presets by @pkgoogle in #1976
- update docstring examples by @sachinprasadhs in #1970
- [Flux] Port Flux Core Model by @DavidLandup0 in #1864
- Add closest EfficientNet variants by @pkgoogle in #1967
- Sync HF <> Kaggle by @divyashreepathihalli in #1986
- EfficientNet: Add lite0 variant by @pkgoogle in #1968
- Update README.md by @mattdangerw in #1990
- Reduce the metadata we track per preset by @mattdangerw in #1991
- Temp fix for keras-hub testing by @mattdangerw in #1996
- Version bump to 0.18.0.dev0 by @divyashreepathihalli in #2001
- Skip failing JAX test by @divyashreepathihalli in #2000
- Version bump to 0.18.0 and cherry pick by @divyashreepathihalli in #2002
Full Changelog: v0.17.0...v0.18.0