keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
1.01k stars 330 forks source link

Migrate ConvNeXT to the new `Backbone` API #1637

Open ianstenbit opened 1 year ago

ianstenbit commented 1 year ago

To align KerasCV with the KerasNLP API, we're migrating our backbone models to subclass keras_cv.models.Backbone. This allows us to have a more structured, modular API for high-level task models, including the new ImageClassifier model (see https://github.com/keras-team/keras-cv/pull/1458).

A great step-by-step guide to this migration can be found in the description of https://github.com/keras-team/keras-cv/pull/1508, which performed this migration for ResNetV1.

If you'd like to take this issue up, please leave a comment and the KerasCV team can assign the issue to you. When opening a PR, please tag this issue as fixed by your PR, and tag our tracking bug https://github.com/keras-team/keras-cv/issues/1627 for bookkeeping.

ID6109 commented 1 year ago

@IMvision12 If there's no active work going on from your side on this, can I take it up?

IMvision12 commented 1 year ago

@ID6109 i am not working on this you can take it up

ID6109 commented 1 year ago

cc @ianstenbit

MnCSSJ4x commented 10 months ago

is this open for contribution? If thats the case I would like to take this up and try please.