-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update Models API for Keras CV #1798
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
Conversation
fchollet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR!
|
Thank you, made the suggested changes, this PR in CV needs to be merged before merging this keras-team/keras-cv#2389 |
fchollet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
|
I'm seeing the following error on CI:
What is the issue? |
I exported few APIs in Keras CV, which needs to be merged here keras-team/keras-cv#2389 for those to be available to process in keras.io |
|
This can be merged now since the linked Keras -CV PR is merged. |
* Update Models API * Fix path
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 Export Model APIs keras-cv#2389 this needs to be reviewed and merged for keras.io to render these APIs completely.