Image Classification
KerasHub
resnet_152_imagenet / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
20ee89e verified
raw
history blame contribute delete
842 Bytes
{
"module": "keras_hub.src.models.resnet.resnet_backbone",
"class_name": "ResNetBackbone",
"config": {
"name": "res_net_backbone",
"trainable": true,
"input_conv_filters": [
64
],
"input_conv_kernel_sizes": [
7
],
"stackwise_num_filters": [
64,
128,
256,
512
],
"stackwise_num_blocks": [
3,
8,
36,
3
],
"stackwise_num_strides": [
1,
2,
2,
2
],
"block_type": "bottleneck_block",
"use_pre_activation": false,
"image_shape": [
null,
null,
3
]
},
"registered_name": "keras_hub>ResNetBackbone"
}