-
Notifications
You must be signed in to change notification settings - Fork 330
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 ResNeXt [50, 101]
to keras.applications
#917
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. |
Any update on this? |
This model was introduced in 2016 and now it's 2022 and still, we don't have it in |
How can that be? |
@innat have you tried using ResNext from here? I'm not able to get good accuracies: qubvel/classification_models#73 . |
I did use SE-ResNeXt most often. It worked well, comparable with DenseNet121. |
cc @taehoonlee |
Thank you @innat ! |
There are so many different types of deep learning architecture these days, (as I know) so François Chollet wants to add only those with special structural changes among them. |
@taehoonlee Is the decision still persist? The |
You can ask the maintainers. Now I am out of the keras team. |
System information.
TensorFlow version (you are using): 2.5
Are you willing to contribute it (Yes/No) : Yes
Describe the feature and the current behavior/state.
ResNeXt
is a well-known classification model that is weirdly missing from thekeras.applications
. The idea that is presented here is great and I think it's fit for the model member in the keras package.Will this change the current api? How?
Yes.
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: