ruizhecao96 / CMGAN

Conformer-based Metric GAN for speech enhancement
MIT License
309 stars 60 forks source link

Dataset #6

Closed p4vlos closed 2 years ago

p4vlos commented 2 years ago

Can you please share the code that you organise the VCTK Corpus? Thanks

SherifAbdulatif commented 2 years ago

No need for preparation, you just download the data from here. Then you need to point to the directory in train.py and the dataloader will read files and cut the required durations.

jamesgrahammv commented 2 years ago

Does the model need to be trained first before use? Thanks

SherifAbdulatif commented 2 years ago

You can find a checkpoint at https://github.com/ruizhecao96/CMGAN/tree/main/src/best_ckpt

SherifAbdulatif commented 2 years ago

Solved