Add test results
Browse files- test_results.json +17 -17
test_results.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 10.0,
|
| 3 |
-
"test_accuracy": 0.
|
| 4 |
-
"test_f1": 0.
|
| 5 |
-
"test_f1_macro": 0.
|
| 6 |
-
"test_false_negatives":
|
| 7 |
-
"test_false_positives":
|
| 8 |
-
"test_loss": 0.
|
| 9 |
-
"test_precision": 0.
|
| 10 |
-
"test_precision_macro": 0.
|
| 11 |
-
"test_recall": 0.
|
| 12 |
-
"test_recall_macro": 0.
|
| 13 |
-
"test_roc_auc": 0.
|
| 14 |
-
"test_runtime":
|
| 15 |
-
"test_samples_per_second":
|
| 16 |
-
"test_specificity": 0.
|
| 17 |
-
"test_steps_per_second":
|
| 18 |
-
"test_true_negatives":
|
| 19 |
-
"test_true_positives":
|
| 20 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 10.0,
|
| 3 |
+
"test_accuracy": 0.9943872778297475,
|
| 4 |
+
"test_f1": 0.9943869044343652,
|
| 5 |
+
"test_f1_macro": 0.9943869044343652,
|
| 6 |
+
"test_false_negatives": 1,
|
| 7 |
+
"test_false_positives": 5,
|
| 8 |
+
"test_loss": 0.04937861114740372,
|
| 9 |
+
"test_precision": 0.9944143890112943,
|
| 10 |
+
"test_precision_macro": 0.9944143890112943,
|
| 11 |
+
"test_recall": 0.9943872778297475,
|
| 12 |
+
"test_recall_macro": 0.9943872778297475,
|
| 13 |
+
"test_roc_auc": 0.998405301889831,
|
| 14 |
+
"test_runtime": 24.4977,
|
| 15 |
+
"test_samples_per_second": 43.637,
|
| 16 |
+
"test_specificity": 0.9905123339658444,
|
| 17 |
+
"test_steps_per_second": 5.47,
|
| 18 |
+
"test_true_negatives": 522,
|
| 19 |
+
"test_true_positives": 541
|
| 20 |
}
|