CoolFace
Modelpublic

hf-tiny-v2/tiny-random-PPLCNetV3Backbone

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes5downloads
config.json154 linesDownload Raw Back to root
1{2  "architectures": [3    "PPLCNetV3Backbone"4  ],5  "block_configs": [6    [7      [8        3,9        16,10        32,11        1,12        false13      ]14    ],15    [16      [17        3,18        32,19        32,20        2,21        false22      ],23      [24        3,25        32,26        32,27        1,28        false29      ]30    ],31    [32      [33        3,34        32,35        32,36        2,37        false38      ],39      [40        3,41        32,42        32,43        1,44        false45      ]46    ],47    [48      [49        3,50        32,51        32,52        2,53        false54      ],55      [56        5,57        32,58        32,59        1,60        false61      ],62      [63        5,64        32,65        32,66        1,67        false68      ],69      [70        5,71        32,72        32,73        1,74        false75      ],76      [77        5,78        32,79        32,80        1,81        false82      ]83    ],84    [85      [86        5,87        32,88        32,89        2,90        true91      ],92      [93        5,94        32,95        32,96        1,97        true98      ],99      [100        5,101        32,102        32,103        1,104        false105      ],106      [107        5,108        32,109        32,110        1,111        false112      ]113    ]114  ],115  "class_expand": 1280,116  "conv_symmetric_num": 4,117  "depths": [118    1,119    2,120    2,121    5,122    4123  ],124  "divisor": 8,125  "dropout_prob": 0.2,126  "dtype": "float32",127  "hidden_act": "hardswish",128  "model_type": "pp_lcnet_v3",129  "out_features": [130    "stage2",131    "stage3",132    "stage4"133  ],134  "out_indices": [135    2,136    3,137    4138  ],139  "reduction": 4,140  "scale": 1.0,141  "stage_names": [142    "stem",143    "stage1",144    "stage2",145    "stage3",146    "stage4",147    "stage5"148  ],149  "stem_channels": 16,150  "stem_stride": 2,151  "transformers_version": "5.16.0.dev0",152  "use_last_conv": true153}154