DNN-for-speech-enhancement
DNN-for-speech-enhancement copied to clipboard
DNN-for-speech-enhancement
Hi Dr.Xu, Is it convenient for you to share the pretrain model with me?
Hi Dr.Xu, In the step1_DNNenh_for 16kHz.m file, i found you use relu function to do decoding, however, i don't found relu function in the training code, if i want to...
your paper mentioned that "The type of the hidden units is sigmoid, and the output unit is linear." So i think i should change the following code in the BP_GPU.cu...
Hi Dr. Xu, Your paper mentioned the input and target file should be normalized to zero mean and unit variance. Now i use the qnnorm command to prepare the ".fea_norm"...
Hi Yong, if I try to execute .exe have this: The code execution cannot proceed because mclmcrt710.dll was not found. OS: Win 10 Pro
Hi Dr Xu, Now i use to wave files "clean1.wav" and "clean2.wav" plus a pink noise file "pink.wav" to synthesize two traing files "tran1.wave" and "train2.wav".Then use the steps you...
Hi, Dr. Xu, I meet a problem when I used the training demo. Would you please give me some help? According to the "README.md", I used the Quicknet tool to...
What if I want to train and test on 44.1kHz wav files, how do I modify the code to do that? It works for 16kHz, but I am interested in...