DeepSqueak icon indicating copy to clipboard operation
DeepSqueak copied to clipboard

Post Hoc Denoising problem

Open HarrietLockwood opened this issue 1 year ago • 1 comments

Hey! I'm currently experiencing an issue with the Post Hoc Denoising function.

Steps to reproduce the behaviour: Tools - Automatic Review - Post Hoc Denoising - Select audio file - See error:-

`Unrecognized field name "DenoiseNet".

Error in PostHocDenoising_Callback (line 39) [Cl, sc] = classify(net.DenoiseNet, X);

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in DeepSqueak (line 29) gui_mainfcn(gui_State, varargin{:});

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('PostHocDenoising_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating Menu Callback.`

I'm using latest versions of MATLAB and DeepSqueak on a Mac.

Many thanks :)

HarrietLockwood avatar Jun 30 '23 14:06 HarrietLockwood