Wave-U-Net-for-Speech-Enhancement
Wave-U-Net-for-Speech-Enhancement copied to clipboard
Implement Wave-U-Net by PyTorch, and migrate it to the speech enhancement.
请问可以在windows下运行吗
The amount of parameters is 10.132802 million. ============== 1 epoch ============== [0 seconds] Begin training... Traceback (most recent call last): File "train.py", line 64, in main(configuration, resume=args.resume) File "train.py", line...
when I am trying to run the code it gives me an error in this condition assert len(mixture) == len(clean) == len(enhanced) I printed the len of each and found...
Hi, Could you publish the pre-trained models? Thanks, Best, Joseph
Great work! Thanks for sharing! May I ask for each training sample how long is the input and output? for example, in the original paper: Wave-U-Net: A Multi-scale NN for...
I want to deploy the Wave-U-Net for denoising so the outputs are pure sound and noise sound. I think your work can help with the issue so I wonder if...