rayz_EfficientNet_B0 / config.json
Dragonscypher's picture
Update config.json
e51f1bc verified
{
"architectures": ["EfficientNetForImageClassification"],
"model_type": "efficientnet",
"depth_coefficient": 1.0,
"width_coefficient": 1.0,
"dropout_rate": 0.2,
"num_labels": 1000,
"image_size": 224,
"framework": "pytorch"
}