필터 지우기
필터 지우기

"Denoise Speech Using neural networks" Example

조회 수: 4 (최근 30일)
atul kumar
atul kumar 2020년 11월 24일
편집: Oscar Caraballo 2021년 2월 16일
https://in.mathworks.com/help/deeplearning/ug/denoise-speech-using-deep-learning-networks.html
i am getting these errors while using the given code.
Error using tall/cellfun (line 19)
[varargout{1:max(1, nargout)}] = funfunCommon(@cellfun, fcn, {'cell'}, varargin{:});
First input must be a positive scalar integer value IMAX, or two integer values [IMIN IMAX] with IMIN
less than or equal to IMAX.
Learn more about errors encountered during GATHER.
Error in AATUL (line 92)
[targets,predictors] =
cellfun(@(x)HelperGenerateSpeechDenoisingFeatures(x,noise,src),T,"UniformOutput",false);
Error in tall/gather (line 50)
[varargout{:}, readFailureSummary] = iGather(varargin{:});
Error in AATUL (line 93)
[targets,predictors] = gather(targets,predictors);
  댓글 수: 1
Oscar Caraballo
Oscar Caraballo 2021년 2월 16일
편집: Oscar Caraballo 2021년 2월 16일
Same issue. Any suggestions? Thanks

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Testing Frameworks에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by