Errors with "Denoise Speech Using Deep Learning Networks" Example
古いコメントを表示
I was trying out the Denoise Speech Using Deep Learning Networks example without any modifications and I'm getting the following error:
Error using tall/gather (line 50)
An undefined function error was thrown on the workers for
'HelperGenerateSpeechDenoisingFeatures'. The file containing
'HelperGenerateSpeechDenoisingFeatures' might not be available on the workers. Specify the
required files for this parallel pool using the command: addAttachedFiles(pool, ...). See the
documentation for parpool for more details.
Learn more about errors encountered during GATHER.
Error in DenoisingNN (line 240)
[targets,predictors] = gather(targets,predictors);
Caused by:
Error using tall/cellfun (line 19)
Undefined function 'HelperGenerateSpeechDenoisingFeatures' for input arguments of type
'dsp.SampleRateConverter'.
I've ran this code sucessfully before but now I get this error everytime I run it. I've been looking at the referenced documentation but I was wondering if there's an easier way to fix this error? Thank you in advance.
1 件のコメント
Sherly Arunodhayamary
2019 年 10 月 9 日
Got the same error. Any idea to solve it.
回答 (4 件)
Sherly Arunodhayamary
2019 年 10 月 10 日
0 投票
This is because you are missing the matlab files in the current folder. 'HelperGenerateSpeechDenoisingFeatures' file need to placed in your working folder or your program have to be saved in the main matlab folder containing examples for denoising.
9 件のコメント
zhang he
2019 年 12 月 24 日
Hello buddy, I don't quite understand what you mean. Where can I find the "HelperGenerateSpeechDenoisingFeatures" file?? and isn`t this a function? thax
zhang he
2019 年 12 月 24 日
solved
Sherly Arunodhayamary
2020 年 1 月 1 日
ok
shaimaa elsayed
2020 年 3 月 2 日
can you tell us how did you solve it?
thanks
Sherly Arunodhayamary
2020 年 3 月 4 日
Just go through the call function in your program and check for all the files present in the call function. you might be missing some required files on your program folder. update and relax. u will get it.
atul kumar
2020 年 9 月 18 日
zhang he how did you solve it please tell .
atul kumar
2020 年 9 月 18 日
please tell i am facing the same problem
Habib Sherkat
2020 年 9 月 30 日
編集済み: Habib Sherkat
2020 年 9 月 30 日
add the folder of "DenoiseSpeechUsingDeepLearningNetworksExample" as a working directory.
The program is missing a function named:HelperGenerateSpeechDenoisingFeatures
Hoang Thanh
2021 年 10 月 11 日

open the example in matlab and slove it.
HONG CHENG
2023 年 4 月 18 日
0 投票
I read the commets and find that one solution is “Just go through the call function in your program and check for all the files present in the call function. you might be missing some required files on your program folder. update and relax. u will get it. ”
So I tried that add the HelperGenerateSpeechDenoisingFeatures and the folder of it to the path, but it didn't work. Is there any idea?
amina
2023 年 11 月 28 日
0 投票
Bonjour tout le monde,
comment vous avez pu regler se probleme svp. Error using tall/gather (line 50)
Unable to access intermediate data in the temporary folder, most likely because it ran out of space.
Clear space on the local drive, or avoid operations that reorder tall arrays (such as SORT or indexing
with a tall numeric column vector).
Learn more about errors encountered during GATHER.
Error in projet (line 124)
[targets,predictors] = gather(targets,predictors);
Caused by:
Error in adding keys and values.
Error during serialization
>>
1 件のコメント
MUHAIMINUR
2025 年 6 月 30 日
It giving me out of storage issue and crush why?
yanzhang Geng
2024 年 3 月 25 日
I faced the same problem and solved now. Share my experence to all
add the command:
addpath('X:\USERNAME\Documents\MATLAB\Examples\R2023a(or your Matlab virsion)\deeplearning_shared\DenoiseSpeechUsingDeepLearningNetworksExample');
then the key function
HelperGenerateSpeechDenoisingFeatures
will be find by the program
1 件のコメント
MUHAIMINUR
2025 年 6 月 30 日
While I Run the code my code is giving that out of memory problem
カテゴリ
ヘルプ センター および File Exchange で AI for Signals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!