facebookresearch / ConvNeXt-V2

Code release for ConvNeXt V2 model
Other
1.44k stars 112 forks source link

Pre-trained weights incompatible with backbone #65

Open LucFrachon opened 6 months ago

LucFrachon commented 6 months ago

The weights for ConvNeXt-V2-Base, pretrained on INet1k, provided here, have several incompatibilities with the encoder architecture:

These can all be fixed with some code, but it would make life easier for everyone if you could upload the correct weights. Thanks a lot!

blackpearl1022 commented 1 month ago

@LucFrachon Same idea, I have. Do you have any updates on your side ? Thanks !

LucFrachon commented 1 month ago

I wrote code to update the state dict and it worked. I haven't checked if the provided checkpoints have been updated. I've moved on to other things now...