Skip to content

Commit 13231d2

Browse files
authored
Update README.md
1 parent 09a1911 commit 13231d2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

benchmarks/MOABB/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,17 @@ epoch: 3, lr: 6.11e-05 - train loss: 1.25 - valid loss: 1.39, valid f1: 3.13e-01
215215
216216
...
217217
218-
epoch loaded: 862 - test loss: 5.94e-02, test f1: 8.57e-01, test acc: 8.57e-01, test cm: [[13 1 0 0]
219-
[ 3 11 0 0]
220-
[ 0 0 12 2]
221-
[ 0 0 2 12]]
222-
218+
epoch loaded: 862 - test loss: 5.71e-01, test f1: 7.80e-01, test acc: 7.81e-01, test cm: [[53 10 2 7]
219+
[ 4 66 1 1]
220+
[ 2 5 50 15]
221+
[ 1 4 11 56]]
222+
epoch loaded: 862 - valid loss: 8.68e-02, valid f1: 8.75e-01, valid acc: 8.75e-01, valid cm: [[11 3 0 0]
223+
[ 1 13 0 0]
224+
[ 0 0 13 1]
225+
[ 1 0 1 12]]
223226
```
224227

225-
This log file reports various training metrics for each epoch, including train/validation losses, accuracies, and a confusion matrix that provides insights into misclassified classes.
228+
This log file reports various training metrics for each epoch, including train/validation losses, accuracies, and a confusion matrix that provides insights into misclassified classes. At the end of training, we evaluate the final test and validation performance.
226229

227230
Additionally, you can find detailed performance metrics for both validation and testing in files named `valid_metrics.pkl` and `test_metrics.pkl`."
228231

0 commit comments

Comments
 (0)