Add Model configuration
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -24,9 +24,9 @@
|
|
| 24 |
}
|
| 25 |
},
|
| 26 |
"performance": {
|
| 27 |
-
"test_accuracy":
|
| 28 |
-
"test_loss": 0.
|
| 29 |
-
"best_val_accuracy": 99.
|
| 30 |
},
|
| 31 |
"training_config": {
|
| 32 |
"epochs": 5,
|
|
|
|
| 24 |
}
|
| 25 |
},
|
| 26 |
"performance": {
|
| 27 |
+
"test_accuracy": 98.96,
|
| 28 |
+
"test_loss": 0.03405327307600427,
|
| 29 |
+
"best_val_accuracy": 99.05
|
| 30 |
},
|
| 31 |
"training_config": {
|
| 32 |
"epochs": 5,
|