You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your SENN_audio_eval.py file line 151 to be precise. it throws an error of Invalid syntax. (Though i just started using python with this speech enhancement problem am doing). I know the syntax error is from the ":" can you give me a walk around on this?
out_audio[i * NMOVE: i * NMOVE + NFFT] += frame_out_tmp * 0.5016
And also indices needs to be sequential, say 0,1,2,... but with this it will be skipping some values. well a work around will do. thanks
I hope i explained my challenge well.
The text was updated successfully, but these errors were encountered:
Hi @zhr1201
In your SENN_audio_eval.py file line 151 to be precise. it throws an error of Invalid syntax. (Though i just started using python with this speech enhancement problem am doing). I know the syntax error is from the ":" can you give me a walk around on this?
out_audio[i * NMOVE: i * NMOVE + NFFT] += frame_out_tmp * 0.5016
And also indices needs to be sequential, say 0,1,2,... but with this it will be skipping some values. well a work around will do. thanks
I hope i explained my challenge well.
The text was updated successfully, but these errors were encountered: