Errors with "Denoise Speech Using Deep Learning Networks" Example

15 visualizaciones (últimos 30 días)
HONG CHENG
HONG CHENG el 18 de Abr. de 2023
Respondida: Anjaneyulu Bairi el 23 de Ag. de 2023
代码网页地址
当我运行下面这个代码的87行的时候,遇到了如下报错
[targets,predictors] = gather(targets,predictors);
下面是错误日志
[targets,predictors] = gather(targets,predictors);
正在使用 Parallel Pool 'local' 计算 tall 表达式:
- 1 次遍历(1 ): 用时 2 分钟 23
计算已完成 91%
错误使用 matlab.io.datastore.TallDatastore/hasdata (33 )
计算 tall 表达式时出现内部问题。问题为:
无法读取文件 C:\Users\Windows\AppData\Local\Temp\tp7aa2f189_5005_407b_bca9_47c839e84358\array_t00008_r1_00008_snapshot_0x6.mat
出错 matlab.bigdata.internal.io.LocalReadProcessor/process (55 )
obj.IsFinished = ~hasdata(obj.Reader);
出错 matlab.bigdata.internal.executor.CompositeDataProcessor>iProcess (147 )
data = process(processor, data{:});
出错 ...
出错 tall/gather (50 )
[varargout{:}, readFailureSummary] = iGather(varargin{:});
原因:
错误使用 matlab.io.datastore.TallDatastore/hasdata (33 )
无法读取文件 C:\Users\Windows\AppData\Local\Temp\tp7aa2f189_5005_407b_bca9_47c839e84358\array_t00008_r1_00008_snapshot_0x6.mat
这个问题和我的问题类似,但是我无法解决
我也对这个问题做了回复,
希望可以得到社区的帮助

Respuestas (1)

Anjaneyulu Bairi
Anjaneyulu Bairi el 23 de Ag. de 2023
I understand that you got a parallel pool error when you run the example –“https://www.mathworks.com/help/deeplearning/ug/denoise-speech-using-deep-learning-networks.html
The example takes around 60-70 minutes to run, make sure you keep your MATLAB editor active and have a proper network connection. This will help in avoiding inactive parallel pool error.
I am unable to reproduce the same error while running the ‘Denoise Speech Using Deep Learning Networks’ example in R2023a MATLAB version.
you can try updating the MATLAB version and then run the example.
Hope it helps!

Categorías

Más información sobre 时序、序列和文本深度学习 en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!