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

parallel operation #73

Closed
rmzargar opened this issue Mar 26, 2023 · 2 comments
Closed

parallel operation #73

rmzargar opened this issue Mar 26, 2023 · 2 comments

Comments

@rmzargar
Copy link

rmzargar commented Mar 26, 2023

Hi
I am running the computations with the parallel option on (TS_Compute(true);). but I receive this message:

TS_Compute(true);
Loading data from HCTSA.mat... Done.
Computation will be performed across multiple cores using Matlab's Parallel Computing Toolbox.
[26-Mar-2023 11:53:47]: Extracting 7752 features from each of 24 time series.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
; ; ; : : : : ; ; ; 26-Mar-2023 11:53:47 ; ; ; : : : ; ; ;
---------------Time series 1 / 24 - - - - - - - - - - -
Computations will be performed serially without parallelization.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Preparing to calculate N1
ts_id = 1, N = 50000 samples
Computing 7752 features.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

why the computation does not perform with parallelization?

@benfulcher
Copy link
Owner

I can't see how this would happen without giving you a warning or explanation as to why it couldn't start a parallel session. I notice you closed it as completed—did you find anything that needs a fix or could more clearly give an appropriate message to the user?
[p.s. with 50000 samples in your time series, some of the hctsa features may be very slow… You may wish to downsample/subsample and/or start with the catch22 feature set]

@rmzargar
Copy link
Author

rmzargar commented Mar 28, 2023 via email

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

No branches or pull requests

2 participants