convnext_large_fb_in22k / kf_config.json
IMvision12's picture
Upgrade kf_config.json to v2 (nested config + weight_dtype)
0c86d29 verified
Raw
History Blame Contribute Delete
550 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.2.1",
"model_module": "kerasformers.models.convnext",
"model_class": "ConvNeXtImageClassify",
"variant": "convnext_large_fb_in22k",
"weights": "model.weights.h5",
"schema_version": 2,
"weight_dtype": "float32",
"model_type": "convnext",
"vision_config": {
"depths": [
3,
3,
27,
3
],
"projection_dim": [
192,
384,
768,
1536
],
"image_size": 224,
"num_classes": 21841
}
}