rayz_EfficientNet_B0 / config.json
Dragonscypher's picture
Update config.json
22529ad verified
raw
history blame
217 Bytes
{
"architectures": ["EfficientNetForImageClassification"],
"model_type": "efficientnet",
"depth_coefficient": 1.0,
"width_coefficient": 1.0,
"dropout_rate": 0.2,
"num_classes": 1000,
"image_size": 224
}