Jason Palmer
Jason Palmer
There is probably kernel change. You could follow the instructions on github to compile using Intel OneAPI and replace the binary. Jason ________________________________ From: vlawhern ***@***.***> Sent: Monday, October 17,...
This line was changed recently by other contributors. The "too small" suggests to me that multiplying the seed argument by 999999 or something might solve it. ________________________________ From: vlawhern ***@***.***>...
Same error? Try larger multiplier. ________________________________ From: vlawhern ***@***.***> Sent: Monday, October 17, 2022 9:49:45 PM To: sccn/amica ***@***.***> Cc: Jason Palmer ***@***.***>; Comment ***@***.***> Subject: Re: [sccn/amica] RedHat 8...
Don't remember what c1 and seed atre, but maybe try hard coding those to some large int. Then try commenting out the random_seed line ________________________________ From: vlawhern ***@***.***> Sent: Monday,...
It is set in the function call. Did you try setting it to something aribitrary? Did you try commenting the line out? From: vlawhern ***@***.***> Sent: Monday, October 17, 2022...
I’m not sure if it was changed from seed to c1. Make sure seed is defined, or again hardcode it or remove it. From: vlawhern ***@***.***> Sent: Monday, October 17,...
Someone had an issue with reproducibility and located it to the random seed, and then the code was changed. I’m not sure what the problem is, but I would suggest...
Hi Shingo, Looks like the error is in the rank command with EEG.data' ... You probably have epoched data, so you need EEG.data(:,:)' ... To reshape to 2d ... Bit...
It shouldn't depend on the Matlab version. The new release of Amica for eeglab just contains an mpi library install for Windows machines. Best, Jason On Sun, Oct 28, 2018,...
Can you give an example of a run that crashes? Have you checked the command line or out.txt for error messages? ________________________________ From: vlawhern ***@***.***> Sent: Thursday, May 4, 2023...