-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add model card links for KerasCV #2002
Comments
@ianstenbit what do you think? |
I love this! I'd say we should include these wherever there is a good reference to point to |
I'll take this one @ianstenbit |
The references available for the models are mostly only available at TIMM. Would it be best if I reference them from here? |
Thanks for reporting the issue! We have consolidated the development of KerasCV into the new KerasHub package, which supports image, text, and multi-modal models. Please read keras-team/keras-hub#1831. KerasHub will support all the core functionality of KerasCV. KerasHub can be installed with !pip install -U keras-hub. Documentation and guides are available at keras.io/keras_hub. With our focus shifted to KerasHub, we are not planning any further development or releases in KerasCV. If you encounter a KerasCV feature that is missing from KerasHub, or would like to propose an addition to the library, please file an issue with KerasHub. |
We recently added model cards for KerasNLP, this is supported for any preset with with a
model_card
field in the metadata.They show up in the description field -> https://keras.io/api/keras_nlp/models/
Might be a good idea to add this for any KerasCV models that have one available.
The text was updated successfully, but these errors were encountered: