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

The requested array exceeds the preset maximum array size #31

Open
lperkk opened this issue Oct 16, 2024 · 0 comments
Open

The requested array exceeds the preset maximum array size #31

lperkk opened this issue Oct 16, 2024 · 0 comments

Comments

@lperkk
Copy link

lperkk commented Oct 16, 2024

Hey,
When I used the 'som_make': [sMap,D] = som_make(D, varargin) (The dimension of my input matrix D is 63*90816), then MATLAB reports an error:
Requested 90816x90816 (61.4GB) array exceeded the preset maximum array size. Creating arrays larger than this limit may take longer and cause MATLAB to be unresponsive.
Error in som_liminit(line 222)
A = zeros(dim);
Error in som_make (line 298)
case 'lininit', sMap = som_lininit(D, sMap);

How to handle input data with lots of columns for som training?

Thanks!

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

1 participant