DeepXi icon indicating copy to clipboard operation
DeepXi copied to clipboard

Deep Xi: A deep learning approach to a priori SNR estimation implemented in TensorFlow 2/Keras. For speech enhancement and robust ASR.

Results 5 DeepXi issues
Sort by recently updated
recently updated
newest added

Hi @anicolson! I've being training with mhanet while the loss is all the way around 0.37, I noticed you upload some loss info of resnet based networks [https://github.com/anicolson/DeepXi/tree/master/log/loss](url) Would you...

Hello again, I am trying to reproduce the deepxi framework in the torch (tensorflow is not so familiar to me.. lol) and have some questions. 1) The Demand voicebank (valentini)...

no deepxi.network.attention.py file thus no MHANet class

I'm trying to run inference using the command `./run.sh VER="mhanet-1.1c" INFER=1 GAIN="mmse-lsa"`. I just want to use the pretrained model to operate on some noisy .wav files. However, when I...

Hi, I am confused whether the MHANet works in real time. From my understrand, the masked attention only match causal scenario, may be not applicable to real tme. Best Regards,...