-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plot brain decode #345
Plot brain decode #345
Conversation
Change default value n_classes=None
# Conflicts: # examples/plot_BrainDecode.py
Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr>
Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr>
# Conflicts: # examples/plot_BrainDecode2.py # moabb/pipelines/deep_learning_BrainDecode.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd favor BraindecodeDatasetLoader
instead of LoadMOABBDataset
in moabb/pipelines/utils_pytorch.py
Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr>
Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr>
Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr>
I will increase the number of tests to get the green from the codecov |
I think you could add some tests on |
I think the codecov report with the patch option may be inaccurate. I've added more tests and covered various parts of the code, but I'm still seeing an 8% reduction. In my opinion, we should disable the patched codecov and only use the project codecov. This issue has also been reported in other repositories, such as kata-containers/tests#508 |
Ok, thanks @bruAristimunha & @carraraig ! |
Plot BrainDecode example.
This PR is the updated version of the original #340