-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
BUG? epochs.resample takes foreever #2445
Comments
It is probably due to In the meantime, can you use CUDA? It should be an order of magnitude or more faster. Closing as dup of #2035, where we should probably continue the discussion. The |
Ok, thanks for the quick update.
no, don't have the right computer for that.
It indicates the right amount of thread (8), but only verbose 2, and only 2 are actually used. Unfortunately, I'm under water work-wise, can't spend time on this. For future ref, I use this quick and dirty alternative:
|
Is that actually faster? That is what |
If you could come up with some minimal example e.g. using |
BTW it would be better to use |
Your example above, for example, could probably make use of decimation, but you would be a bit close to the Nyquist rate by going to |
epochs.resample
seems unresonably slow. Here's an examplecritically
And the
n_jobs=-1
doesn't seem to take all processes. Is this expected?The text was updated successfully, but these errors were encountered: