Update tutorial artifacts for braindecode/bcic_iv_4_ecog_trial
Browse files- README.md +11 -0
- history.json +0 -0
- loss_curve.png +0 -0
- metadata.json +22 -0
- params.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# bcic_iv_4_ecog_trial
|
| 2 |
+
|
| 3 |
+
Pretrained artifacts for the Braindecode tutorial `examples/applied_examples/bcic_iv_4_ecog_trial.py`.
|
| 4 |
+
|
| 5 |
+
These files are meant to be loaded by the tutorial so the docs can show stable predictions without retraining the model from scratch.
|
| 6 |
+
|
| 7 |
+
## Stored files
|
| 8 |
+
|
| 9 |
+
- `params.safetensors`: classifier parameters
|
| 10 |
+
- `history.json`: Skorch training history used by the tutorial plots
|
| 11 |
+
- `metadata.json`: summary metrics for the stored checkpoint
|
history.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
loss_curve.png
ADDED
|
metadata.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_valid_pearson_r": 0.20244073678902494,
|
| 3 |
+
"best_valid_r2": -0.06078922748565674,
|
| 4 |
+
"display_metric_as_percentage": false,
|
| 5 |
+
"display_metric_key": "test_mean_pearson_r",
|
| 6 |
+
"display_metric_name": "mean Pearson r",
|
| 7 |
+
"display_split_name": "held-out test session",
|
| 8 |
+
"epochs_ran": 20,
|
| 9 |
+
"epochs_requested": 100,
|
| 10 |
+
"final_valid_pearson_r": 0.16736542059210185,
|
| 11 |
+
"final_valid_r2": -0.11875498294830322,
|
| 12 |
+
"patience": 10,
|
| 13 |
+
"reference_recording_scope": "whole recording",
|
| 14 |
+
"reference_uses_full_recordings": true,
|
| 15 |
+
"short_run_epochs": 2,
|
| 16 |
+
"subject_id": 1,
|
| 17 |
+
"test_mean_pearson_r": 0.1815274497883351,
|
| 18 |
+
"test_pearson_r_per_dim": [
|
| 19 |
+
0.1815274497883351
|
| 20 |
+
],
|
| 21 |
+
"tutorial": "bcic_iv_4_ecog_trial"
|
| 22 |
+
}
|
params.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4502aade954e7a7b7ac8a480dd8eaae0561c1c3c191e4e42922f310c58ab4376
|
| 3 |
+
size 412236
|