You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In the test mode of singe threading, there is no error when i run the inferenceCFSS.
Because my version is 2014b,
I replace【if (m<100) || (matlabpool('size')==0)】 with 【if (m<100) || isempty(gcp('nocreate'))"】 for using multithreading;
and turn on multithreading by 【parpool(8);】 in the file(inferenceCFSS.m) .
The error as follows:
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
In the test mode of singe threading, there is no error when i run the inferenceCFSS.
Because my version is 2014b,

I replace【if (m<100) || (matlabpool('size')==0)】 with 【if (m<100) || isempty(gcp('nocreate'))"】 for using multithreading;
and turn on multithreading by 【parpool(8);】 in the file(inferenceCFSS.m) .
The error as follows:
Thank you!
The text was updated successfully, but these errors were encountered: