brain_tumor_detection / config.json
shumailabatool's picture
Upload config.json with huggingface_hub
164960d verified
raw
history blame contribute delete
243 Bytes
{
"architecture": "attention_unet_model.h5",
"input_shape": [
128,
128,
2
],
"num_classes": 4,
"optimizer": "adam",
"loss": "categorical_crossentropy",
"metrics": [
"accuracy"
]
}