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

Bugfix/rand split torch data #81

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

zeyus
Copy link

@zeyus zeyus commented May 4, 2022

I'm using the OpenBCI cyton/daisy setup, and it doesn't have EOG channels setup by default, also we're not working with huge data sets so we want to concatenate the data from one participant but split it into sets. As such this PR is to:

  • Added MNE related options to conf
    • notch filtering
    • adding an average ref channel
  • merge PR Should fix #73. #75 and bugfixes #76
  • Fix Thinker.split() returning unwrapped torch.utils.data.dataset.Subset instead returning a new DN3ataSubSet object which wrapps Subset and includes a get_targets method to allow using the returned training, validating and testing variables inside a BaseProcess.fit method with a balance_method argument

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.

1 participant