Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit cccd2f8

Browse files
authored
Update README.md
1 parent bdc0318 commit cccd2f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Please visit https://github.com/vlawhern/arl-eegmodels for original author's code.
1+
Original authors have uploaded their code here https://github.com/vlawhern/arl-eegmodels
22

33
# EEGNet
44
PyTorch implementation of EEGNet: A Compact Convolutional Network for EEG-based Brain-Computer Interfaces
@@ -16,7 +16,8 @@ Just ```shift+enter``` everything.
1616
Remove all ```.cuda(0)``` before running.
1717

1818
## Notes
19-
* I found ELU to work inferior, would not recommend. Linear units work better than ReLU as well.
19+
* <strike>I found ELU to work inferior, would not recommend. Linear units work better than ReLU as well.</strike>
20+
* I found that ELU/Linear/ReLU are similar in performance.
2021

2122
## Results
2223
* BCI Competition 3 Dataset 2 - Fmeasure (0.402)

0 commit comments

Comments
 (0)