File size: 331 Bytes
1e1b9bd
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{   
    "model_type": "slanet", 
    "backbone_config":{
        "model_type": "pp_lcnet",
        "scale": 1,
        "out_features": ["stage2", "stage3", "stage4", "stage5"],
        "out_indices": [2, 3, 4, 5]
    },
    "post_conv_out_channels": 96,
    "out_channels": 50,
    "hidden_size": 256,
    "max_text_length": 500
}