weijia.wu

Results 4 comments of weijia.wu

It is caused by not installing the PyQt5. `pip install PyQt5` works for me.

Yeah, to test it, I also download the clean_trainset from the [here](https://datashare.is.ed.ac.uk/handle/10283/1942). And then synthesize them together with my own noise using `pydub.AudioSegment.overlay()` For more details, the link is [here](https://github.com/wuweijia1994/SmartSpeaker/blob/master/ProcessDataset/AudioSynthesis.py)

https://drive.google.com/file/d/1zqnS38KiKF1NNDL8dMqdSXUzfPgxhFV-/view?usp=sharing This is the noise file. I only combine this audio with the clean_trainset files. For the config.json, I only change the dilation to 7 instead of 9 and the...