Create config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "custom_cnn",
|
3 |
+
"input_size": [224, 224, 3],
|
4 |
+
"num_classes": 4,
|
5 |
+
"framework": "tensorflow",
|
6 |
+
"description": "Custom CNN model for Kidney Disease Classification.",
|
7 |
+
"author": "yashpat85"
|
8 |
+
}
|