wangjianfly2003

Results 7 comments of wangjianfly2003

Thank you very much for your kindly reply, Dr.Xu. You means i don't need to do the pretrain process, and can get the speech enhancement effect like you provide in...

OK. i will try to train an new model with collected noisy data using the fine-tuning process you provide. Thank you very much. From reading your decoding code, i guess...

Hi Dr.XU. I made a mistake about the norm file. I tried the same norm file as you used. In the "BP_GPU.cu" file, i think the code should be modified...

Hi Dr.Xu. Today i used noisy speech log-power spectra as input feature (50 TIMIT clean speech corrupted with 100 enviroment noise type with -5db SNR), clean speech log-power spectra as...

Could you update the your "finetune_DNN_speech_enhancement_dropout_NAT.pl", "interface.cc" and "step1_DNNenh_for 16kHz.m" files for direct mapping model from noisy speech log-power spectra to clean speech log-power spectra. I think i only changed...

Hi Dr,Xu. I mapped from clean to clean, it seems it still does not work. So i started to check the code, and found that the map from 11 frames...

i comment the following code in interface.cc file: /* i=i-1; for(k=129;k< 2*(para->fea_dim);k++){ para->indata[sample_index[cur_sample]* para->layersizes[0] +k +i *para->fea_dim] = (dataori[(frames_processed + 0) *(2+para->fea_dim) +(k-129)+2]+dataori[(frames_processed + 1) *(2+para->fea_dim) +(k-129)+2]+dataori[(frames_processed + 2) *(2+para->fea_dim)...