keras-nlp
keras-nlp copied to clipboard
Modular Natural Language Processing workflows with Keras
This PR covers preprocessor for RetinaNet object detector and RetinaNet model itself. #1756 1. `ImageObjectDetector ` 2. `ImageObjectDetectorPreprocessor` 3. `RetinaNetObjectDetector` 4. `RetinaNetObjectDetectorPreprocessor` 5. `RetinaNetImageConverter`
KerasHub is a high-velocity open-source project. We welcome contributions! Read our [contributing guide](https://github.com/keras-team/keras-nlp/blob/master/CONTRIBUTING.md) for details on setting up an environment and testing code. Here's what you can help with: ##...
Resnet - [x] Model architecture added - [x] weights conversion script added - [x] Model output verified with real input - [x] At-least one task ready with pre-procesing included -...
This PR ports YOLOV8 from keras-cv to keras-hub (https://github.com/keras-team/keras-hub/issues/176). All necessary YOLOV8 functions are now found inside keras-hub: * Add CIOU loss. * Add missing masking functionality in the bounding_boxes...
I'm aware that the original private implementation is missing the encoder in VAE model. However, the encoder is necessary for image2image, inpainting and finetuning. I'm working on bringing it back...
In Keras-Hub for all CV models wherever we need the bounding box format reference make sure to add new reference links to keras-core.
This task is part of the KerasHub project ( Consolidating all of KerasCV and KerasNLP models in to one place) Models from KerasCV will be added to KerasNLP in KerasNLP...
**Is your feature request related to a problem? Please describe.** The current implementation of the [enable_lora](https://github.com/keras-team/keras-nlp/blob/4601d88a61a5d3d15279865769af5155804dd785/keras_nlp/src/models/backbone.py#L207) method in Keras only allows LoRA to be enabled for a predefined set of...
We want it to be easy to add more generative models to the repository, and we want it to be easy to add new features related to generation. Currently quite...
TODO: - [ ] add weights conversion script here - https://github.com/keras-team/keras-hub/tree/master/tools/checkpoint_conversion - [ ] Verify output with real inputs - [ ] provide a working colab demo Example PR -...