facebookresearch / ConvNeXt-V2

Code release for ConvNeXt V2 model
Other
1.46k stars 115 forks source link

TF/Keras-based Implementation #4

Open DavidLandup0 opened 1 year ago

DavidLandup0 commented 1 year ago

Amazing work and an absolutely lovely read to start 2023 with :)

Did a quick implementation in Keras/TF. Should add SparseConvNeXtV2 and the masked autoencoder training framework.

Basic architecture available at: https://github.com/DavidLandup0/keras-cv/tree/convnextv2

blackpearl1022 commented 1 month ago

Great, it helped me a lot. Thanks @DavidLandup0 !