| { | |
| "architectures": [ | |
| "HGNetV2Backbone" | |
| ], | |
| "depths": [ | |
| 3, | |
| 4, | |
| 6, | |
| 3 | |
| ], | |
| "downsample_in_bottleneck": false, | |
| "downsample_in_first_stage": false, | |
| "embedding_size": 32, | |
| "hidden_act": "relu", | |
| "hidden_sizes": [ | |
| 256, | |
| 512, | |
| 1024, | |
| 2048 | |
| ], | |
| "layer_type": "basic", | |
| "model_type": "hgnet_v2", | |
| "num_channels": 3, | |
| "out_features": [ | |
| "stage2", | |
| "stage3", | |
| "stage4" | |
| ], | |
| "out_indices": [ | |
| 2, | |
| 3, | |
| 4 | |
| ], | |
| "stage_downsample": [ | |
| false, | |
| true, | |
| true, | |
| true | |
| ], | |
| "stage_in_channels": [ | |
| 64, | |
| 128, | |
| 512, | |
| 1024 | |
| ], | |
| "stage_kernel_size": [ | |
| 3, | |
| 3, | |
| 5, | |
| 5 | |
| ], | |
| "stage_light_block": [ | |
| false, | |
| false, | |
| true, | |
| true | |
| ], | |
| "stage_mid_channels": [ | |
| 64, | |
| 128, | |
| 256, | |
| 512 | |
| ], | |
| "stage_names": [ | |
| "stem", | |
| "stage1", | |
| "stage2", | |
| "stage3", | |
| "stage4" | |
| ], | |
| "stage_num_blocks": [ | |
| 1, | |
| 2, | |
| 5, | |
| 2 | |
| ], | |
| "stage_numb_of_layers": [ | |
| 6, | |
| 6, | |
| 6, | |
| 6 | |
| ], | |
| "stage_out_channels": [ | |
| 128, | |
| 512, | |
| 1024, | |
| 2048 | |
| ], | |
| "stem_channels": [ | |
| 3, | |
| 32, | |
| 64 | |
| ], | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.50.0.dev0", | |
| "use_learnable_affine_block": false | |
| } | |