Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,7 @@ configs:
|
|
| 27 |
path: data/val-*
|
| 28 |
- split: test
|
| 29 |
path: data/test-*
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
The [EEG Motor Movement/Imagery (MMI) Dataset](https://physionet.org/content/eegmmidb/1.0.0/) preprocessed with [DN3](https://github.com/SPOClab-ca/dn3/) to be used for downstream fine-tuning with [BENDR](https://github.com/SPOClab-ca/BENDR).
|
|
@@ -49,4 +50,4 @@ test_loader = DataLoader(dataset["test"], batch_size=8)
|
|
| 49 |
batch = next(iter(train_loader))
|
| 50 |
batch["data"].shape, batch["label"].shape
|
| 51 |
>>> (torch.Size([8, 20, 1536]), torch.Size([8]))
|
| 52 |
-
```
|
|
|
|
| 27 |
path: data/val-*
|
| 28 |
- split: test
|
| 29 |
path: data/test-*
|
| 30 |
+
license: odc-by
|
| 31 |
---
|
| 32 |
|
| 33 |
The [EEG Motor Movement/Imagery (MMI) Dataset](https://physionet.org/content/eegmmidb/1.0.0/) preprocessed with [DN3](https://github.com/SPOClab-ca/dn3/) to be used for downstream fine-tuning with [BENDR](https://github.com/SPOClab-ca/BENDR).
|
|
|
|
| 50 |
batch = next(iter(train_loader))
|
| 51 |
batch["data"].shape, batch["label"].shape
|
| 52 |
>>> (torch.Size([8, 20, 1536]), torch.Size([8]))
|
| 53 |
+
```
|