Open scrouzet opened 1 year ago
Support for many more ConvNeXt models will be added in the next release (work in this PR). It will be a minor release, since adding support for ConvNeXt-V2 requires changes to the config and so breaks compatibility with previously saved models.
Many versions of ConvNeXt are now available pretrained in timm.
To be able to load them in tfimm, the only code to add in: https://github.com/martinsbruveris/tensorflow-image-models/blob/b6742e455fe0d9a550f829917a8cef68000831b5/tfimm/architectures/convnext.py#L439
Would be the following:
I've tested it locally and it works perfectly. Thanks in advance