-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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 SE-Net
and SE-ResNeXt
to keras.applications
#15267
Comments
Thanks for opening the issue. Can you provide a paragraph as a proposal for justifying adding this model? If you can provide some context of how widely this is used or some citation, that would be helpful. |
@rchao Thanks for asking. There is nothing new additional argument for justification I could use compared to the arguments that apply for available models like However, I can give some overview of how these models are widely used. For example, let's say in kaggle competition, these SENet models are used frequently used as part of the experiments, link, amazing notebooks, link, link. I can provide more where these models are used actively. Along with these models, RegNets, ResNeSt, NFNet is also worthy to add. All of these models are widely used in the Computer Vision competitions in Kaggle. The point is, those models which are not available in [ It looks some of the requested models were added but dunno what happened next, ResNeXt keras-team/keras#85, ResNeXt keras-team/keras#26 ] |
@rchao |
@innat thanks for the information, and sorry for the delayed response here. The general criteria for adding a new application is that the model has 50 or more citations on the paper, and the requester can provide a PR for us to review. In this case, the PR should include an ImageNet checkpoint. Can you show us the citation count or other reference demonstrating the popularity, and we'll assess to let you know whether we should proceed? |
@rchao Thanks for the response. For citation, I think it's not required to state the citation count for Issue #15269 as we have already
Is this something you asked? Please let me know. ( And just to inform, I've created different issue regarding these models so that if PRs are welcomed, the contributor can work on specifically. ) |
Thanks @innat. Does this model have an imagenet checkpoint as well? |
@rchao yes, (afaik) they do. Here is the third-party implementation, and here is the list of imagenet weights. |
Any update on this? |
I will transfer this issue to KerasCV, if there's no objection |
System information.
TensorFlow version (you are using): 2.5
Are you willing to contribute it (Yes/No): Yes. As much as possible.
Describe the feature and the current behavior/state.
Model like
SEResNeXt
( [50, 101] ) and SE-Net[154] are absent (for unknown reason to me) inkeras
application along with other models. So, I think, It would be a good addition to thekeras
core library. FYI, these models are widely used in Kaggle competition.Will this change the current api? How?
Yes. It will change as follows
Who will benefit from this feature?
ML engineers and researcher who uses
tf.keras
.Others
Others implementation: https://github.com/qubvel/classification_models
The text was updated successfully, but these errors were encountered: