Update README.md
Browse files
README.md
CHANGED
|
@@ -78,8 +78,6 @@ with torch.no_grad():
|
|
| 78 |
probabilities = torch.softmax(predictions, dim=1)
|
| 79 |
```
|
| 80 |
|
| 81 |
-
**Note**: See the [GitLab repository README](https://gitlab.com/your-repo-link) for complete preprocessing pipeline, BIDS format requirements, and dataloader examples.
|
| 82 |
-
|
| 83 |
## Training Data
|
| 84 |
|
| 85 |
- 948 routine EEG recordings from 846 patients
|
|
|
|
| 78 |
probabilities = torch.softmax(predictions, dim=1)
|
| 79 |
```
|
| 80 |
|
|
|
|
|
|
|
| 81 |
## Training Data
|
| 82 |
|
| 83 |
- 948 routine EEG recordings from 846 patients
|