keras-io
keras-io copied to clipboard
Keras documentation, hosted live at keras.io
After running the colab file from the official documentation, I saw an error appearing after applying a LSTM layer on input data, only when running on either GPU offered by...
Added `Usage:` `Example usage:` and `Sample usage:` to highlight in bold, which is having numerous entries in keras.io. Example: https://keras.io/api/keras_cv/layers/augmentation/random_augmentation_pipeline/ https://keras.io/api/keras_nlp/models/gemma/gemma_backbone/
* Update Models API for all the models, backbones, tasks. * Arrange the APIs in alphabetical order. * Created PR in Keras CV for the symbols to be exported https://github.com/keras-team/keras-cv/pull/2389...
### Issue Type Documentation Feature Request ### Source source ### Keras Version Keras 2.13.1 ### Custom Code Yes ### OS Platform and Distribution Linux Ubuntu 22.04 ### Python version 3.9...
Adds TF 2.16 Keras compatibility options.
I've created a repository to showcase KerasCV layers and developed the interface using Streamlit. We can incorporate this into either KerasCV or Kerasio, allowing developers to understand the functionality of...
### Issue Type Bug ### Source source ### Keras Version Keras 3.1.0.dev2024031303 ### Custom Code No ### OS Platform and Distribution _No response_ ### Python version _No response_ ### GPU...
Updates the Semi-supervision and domain adaptation with AdaMatch example for Keras v3. The example will be tf-only as the GradientTape function is used.
Correction of the merging code between the model's original layer weights and the LoRA model weights. This respect the principle of LoRA to dispose of the LoRA layers once we...