Skip to content
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

Fix Augmentation with channel shuffle on GPU #546

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

robintibor
Copy link
Contributor

This should address and resolve #516

@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #546 (462046c) into master (43c2caf) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #546   +/-   ##
=======================================
  Coverage   83.73%   83.73%           
=======================================
  Files          63       63           
  Lines        4820     4821    +1     
=======================================
+ Hits         4036     4037    +1     
  Misses        784      784           

@robintibor robintibor changed the title Fix Augmentation with mask on GPU Fix Augmentation with channel shuffle on GPU Sep 28, 2023
@robintibor
Copy link
Contributor Author

robintibor commented Sep 28, 2023

Ready to merge @bruAristimunha this is just a bugfix, tests will now also run on GPU

@bruAristimunha bruAristimunha merged commit 436e641 into braindecode:master Sep 28, 2023
17 checks passed
@bruAristimunha
Copy link
Collaborator

Thank you @robintibor and @agramfort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in Augmentations with GPU
3 participants