Image Classification
KerasHub
vgg_19_imagenet / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
ead2e2f verified
raw
history blame contribute delete
495 Bytes
{
"module": "keras_hub.src.models.vgg.vgg_backbone",
"class_name": "VGGBackbone",
"config": {
"stackwise_num_repeats": [
2,
2,
4,
4,
4
],
"stackwise_num_filters": [
64,
128,
256,
512,
512
],
"image_shape": [
null,
null,
3
]
},
"registered_name": "keras_hub>VGGBackbone"
}