-
Notifications
You must be signed in to change notification settings - Fork 10
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
large Data #28
Comments
How long is the audio file? Maybe you can break it in smaller segments,
around 5min long
…On Thu, Feb 27, 2025, 7:44 AM Anneke304 ***@***.***> wrote:
Hello,
I wanted to ask if you have any suggestions how I could maybe save steps
in between to avoid getting the following error:
Error using cat
Requested 392x8099745 (23.7GB) array exceeds maximum array size preference
(16.0GB). This might cause MATLAB to become
unresponsive.
Error in cell2mat (line 75)
m{n} = cat(2,c{n,:});
^^^^^^^^^^^^^
Error in vocalmat_identifier (line 235)
A_total = cell2mat(A_total);
^^^^^^^^^^^^^^^^^
Error in run (line 112)
evalin('caller', strcat(scriptStem, ';'));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in VocalMat (line 98)
cd(fullfile(root_path, 'audios')); run('vocalmat_identifier.m')
can something like chuck processing be implemented somewhere? or is there
any other helpful solution? I in generell mainly need information of the
excel sheet that is created with the script.
Happy for any suggestions! Thank you very much!
—
Reply to this email directly, view it on GitHub
<#28>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB52JRAZYCI54CFUUGG75QL2R4CBBAVCNFSM6AAAAABX7XL4JOVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA4DINBRG42DOOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: Anneke304]*Anneke304* created an issue (ahof1704/VocalMat#28)
<#28>
Hello,
I wanted to ask if you have any suggestions how I could maybe save steps
in between to avoid getting the following error:
Error using cat
Requested 392x8099745 (23.7GB) array exceeds maximum array size preference
(16.0GB). This might cause MATLAB to become
unresponsive.
Error in cell2mat (line 75)
m{n} = cat(2,c{n,:});
^^^^^^^^^^^^^
Error in vocalmat_identifier (line 235)
A_total = cell2mat(A_total);
^^^^^^^^^^^^^^^^^
Error in run (line 112)
evalin('caller', strcat(scriptStem, ';'));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in VocalMat (line 98)
cd(fullfile(root_path, 'audios')); run('vocalmat_identifier.m')
can something like chuck processing be implemented somewhere? or is there
any other helpful solution? I in generell mainly need information of the
excel sheet that is created with the script.
Happy for any suggestions! Thank you very much!
—
Reply to this email directly, view it on GitHub
<#28>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB52JRAZYCI54CFUUGG75QL2R4CBBAVCNFSM6AAAAABX7XL4JOVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA4DINBRG42DOOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I wanted to ask if you have any suggestions how I could maybe save steps in between to avoid getting the following error:
Error using cat
Requested 392x8099745 (23.7GB) array exceeds maximum array size preference (16.0GB). This might cause MATLAB to become
unresponsive.
Error in cell2mat (line 75)
m{n} = cat(2,c{n,:});
^^^^^^^^^^^^^
Error in vocalmat_identifier (line 235)
A_total = cell2mat(A_total);
^^^^^^^^^^^^^^^^^
Error in run (line 112)
evalin('caller', strcat(scriptStem, ';'));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in VocalMat (line 98)
cd(fullfile(root_path, 'audios')); run('vocalmat_identifier.m')
can something like chuck processing be implemented somewhere? or is there any other helpful solution? I in generell mainly need information of the excel sheet that is created with the script.
Happy for any suggestions! Thank you very much!
The text was updated successfully, but these errors were encountered: