resnet_vd_50_imagenet / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
594069a verified
raw
history blame contribute delete
909 Bytes
{
"module": "keras_hub.src.models.resnet.resnet_backbone",
"class_name": "ResNetBackbone",
"config": {
"name": "res_net_backbone_12",
"trainable": true,
"input_conv_filters": [
32,
32,
64
],
"input_conv_kernel_sizes": [
3,
3,
3
],
"stackwise_num_filters": [
64,
128,
256,
512
],
"stackwise_num_blocks": [
3,
4,
6,
3
],
"stackwise_num_strides": [
1,
2,
2,
2
],
"block_type": "bottleneck_block_vd",
"use_pre_activation": false,
"image_shape": [
null,
null,
3
]
},
"registered_name": "keras_hub>ResNetBackbone"
}