ConvNeXT是一个纯粹的卷积模型(ConvNet),其设计灵感来源于视觉变换器,并声称能够超越它们。作者从ResNet出发,以Swin Transformer为灵感,“现代化”了它的设计。
Go to file
YYJ-aaaa 9275af5fc9 first commit 2024-11-07 14:35:52 +08:00
.gitattributes Add .gitattributes 2024-11-07 14:25:10 +08:00
README.md Initial commit 2024-11-07 14:25:09 +08:00
config.json first commit 2024-11-07 14:35:52 +08:00
preprocessor_config.json first commit 2024-11-07 14:35:52 +08:00
pytorch_model.bin first commit 2024-11-07 14:35:52 +08:00
tf_model.h5 first commit 2024-11-07 14:35:52 +08:00

README.md

convnext-base-224_a13513301619109888115776

ConvNeXT是一个纯粹的卷积模型ConvNet其设计灵感来源于视觉变换器并声称能够超越它们。作者从ResNet出发以Swin Transformer为灵感“现代化”了它的设计。