-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update Keras CV APIs for layers #1825
Conversation
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.
Thanks for the PR!
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.
Thanks for the updates!
"path": "equalization", | ||
"title": "Equalization layer", | ||
"generate": ["keras_cv.layers.Equalization"], | ||
"path": "decoder/", |
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.
Remove this section, it is redundant with modeling
.
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.
Where do I keep the FeaturePyramid
and SpatialPyramidPooling
layers.
"path": "modelling/", | ||
"title": "Modelling layers", | ||
"toc": True, | ||
"children": [ |
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.
You can remove the sub-section and just put all the layers directly under modeling
.
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.
So will it be something like MODELING_MASTER
?
Newly listed keras CV layers of
Could not come up with the right category for
Window Partitioning layer
, commented it as of now.Reorganized, Layers_master to have single nested structure, similar to Keras core.