mobilevit_s_deeplabv3 / kf_config.json
IMvision12's picture
Upgrade kf_config.json to v2 (nested config + weight_dtype)
0c0318e verified
Raw
History Blame Contribute Delete
874 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.2.1",
"model_module": "kerasformers.models.mobilevit",
"model_class": "MobileViTSemanticSegment",
"variant": "mobilevit_s_deeplabv3",
"weights": "model.weights.h5",
"schema_version": 2,
"weight_dtype": "float32",
"model_type": "mobilevit",
"vision_config": {
"initial_dims": 16,
"head_dims": 640,
"block_dims": [
32,
64,
96,
128,
160
],
"expansion_ratio": [
4.0,
4.0,
4.0,
4.0,
4.0
],
"attention_dims": [
null,
null,
144,
192,
240
],
"image_size": 512,
"num_classes": 21,
"output_stride": 16,
"atrous_rates": [
6,
12,
18
],
"aspp_out_channels": 256,
"aspp_dropout_prob": 0.1
}
}