Create config.json
Browse files- config.json +5 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "resnet",
|
3 |
+
"architecture": "resnet18",
|
4 |
+
"description": "ResNet-18 model trained for Alzheimer's disease classification."
|
5 |
+
}
|