AlexNetCode / config.json
JangTaeng's picture
Upload 4 files
80572ca verified
raw
history blame contribute delete
202 Bytes
{
"model_type": "alexnet",
"num_labels": 1000,
"dropout": 0.5,
"image_size": 224,
"num_channels": 3,
"architectures": ["AlexNetForImageClassification"],
"transformers_version": "4.40.0"
}