Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 499 Bytes

File metadata and controls

23 lines (22 loc) · 499 Bytes

A Multi-view Discriminative Model for Speech Enhancement

Pre-requisites

  1. Python >= 3.10
  2. Clone this repository:
git clone https://github.com/vspeech/MDDM.git
  1. Install python requirements:
pip install -r requirements.txt

Train

bash run.sh

Inference

Please refer to the xspeech/bin/inference.py for details.

bash run_infer.sh model_list output_dir

References