-
Notifications
You must be signed in to change notification settings - Fork 194
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
DOC First commit for python tutorial #523
Conversation
Feel free to build on this and change as many things as you think is relevant! |
Triggered ;) @remidbs |
Codecov Report
@@ Coverage Diff @@
## master #523 +/- ##
=======================================
Coverage 84.35% 84.35%
=======================================
Files 63 63
Lines 4578 4578
=======================================
Hits 3862 3862
Misses 716 716 |
Thanks for these nice edits! Just did tiny edits, otherwise LGTM :) I also added you as an author now that you built on this. I'll need your workflow approval to ensure I didn't break any CI job. |
Thank you so much @remidbs! Once the CI has been updated, you can check out your tutorial on the braindecode dev page. Congratulations on your first PR on braindecode ;) Feel invited to always contribute to braindecode! Please let me know if there is any way to do more cross-over between what you are working on and the braindecode (maybe another biosignal). I'm super interested in having you on board! |
* First commit for python tutorial * added lightning dependency to doc * First iteration * Second iteration * Updating docs * Typos + use `disable=` in tqdm * Add Bruno in authors --------- Co-authored-by: bruAristimunha <a.bruno@aluno.ufabc.edu.br>
Thank you! pleasure to collaborate! looking forward to the next time :) |
Added a pure torch version of the train/test tutorial.
Most of the data loading and preprocessing is similar, main differences are the two last paragraph showcasing a torch training loop and an equivalent pytorch lightning loop.