Error using parallel.Future/fetchOutputs in Denoise Speech Using Deep Learning Networks Example
이전 댓글 표시
Hello everyone,
I am trying to run the Matlab example to Denoise Speech Using Deep Learning Networks but I keep receiving an error at this line:
[targets,predictors] = gather(targets,predictors);
This line is expected to Use gather to evaluate the targets and predictors.
Although the tall expression is 100% being evaluated using the Parallel Pool, it still spits out some errors after evalutation.
Here's the full output when running the above line:
Evaluating tall expression using the Parallel Pool 'local':
- Pass 1 of 1: Completed in 4 min 31 sec
Evaluation 100% complete
Error Output:
Error using parallel.Future/fetchOutputs (line 346)
Internal problem while evaluating tall expression. The problem was:
One or more futures resulted in an error.
Error in parallel.internal.bigdata.ParallelPoolBroadcastMap>iRunOnAll (line 150)
[varargout{1:nargout}] = fetchOutputs(f);
Error in parallel.internal.bigdata.ParallelPoolBroadcastMap/synchronizeWorkerBroadcasts (line 112)
[newWorkerKeys, newWorkerValues] = iRunOnAll(@obj.getBroadcasts, keys);
Error in ...
Error in tall/gather (line 50)
[varargout{:}, readFailureSummary] = iGather(varargin{:});
I am using Matlab R2019a Update 9.
Does anyone know what I am possibly doing wrong?
댓글 수: 2
Kojiro Saito
2021년 7월 29일
It seems the same problem as this. You might get out of memory error. What is RAM size of your computer?
Daniel Graham
2021년 7월 29일
채택된 답변
추가 답변 (1개)
amina
2023년 11월 29일
0 개 추천
svp comment vous avez fait pour reduire la taille, j'ai le meme probleme et j'essai de trouver une methode pour reduire les fichiers audio . aidez moi svp !
카테고리
도움말 센터 및 File Exchange에서 Signal Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!