File size: 257 Bytes
038cbad |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"architectures": [
"EfficientNetB0"
],
"task": "feature-extraction",
"model_type": "efficientnet",
"image_size": 224,
"num_channels": 3,
"num_labels": 1000,
"pooling": "avg",
"classifier_activation": "softmax"
} |