Upload config.json with huggingface_hub
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"model_name": "
|
| 3 |
-
"num_classes":
|
| 4 |
-
"input_shape": [
|
| 5 |
"learning_rate": 0.0001,
|
| 6 |
"batch_size": 20
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_name": "faceRecogModel",
|
| 3 |
+
"num_classes": 100,
|
| 4 |
+
"input_shape": [224, 224, 3],
|
| 5 |
"learning_rate": 0.0001,
|
| 6 |
"batch_size": 20
|
| 7 |
}
|