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