wyz commited on
Commit
408b007
·
verified ·
1 Parent(s): 2d3bc90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -3,6 +3,10 @@ tags:
3
  - espnet
4
  - audio
5
  - audio-to-audio
 
 
 
 
6
  language: en
7
  license: cc-by-4.0
8
  ---
@@ -35,7 +39,7 @@ model = SeparateSpeech.from_pretrained(
35
  # train_config="exp_vctk_dns20_whamr/enh_train_enh_bsrnn_large_noncausal_raw/config.yaml",
36
  # model_file="exp_vctk_dns20_whamr/enh_train_enh_bsrnn_large_noncausal_raw/xxxx.pth",
37
  # normalize_output_wav=True,
38
- # device=cuda,
39
  # )
40
 
41
  audio, fs = sf.read("/path/to/noisy/utt1.flac")
 
3
  - espnet
4
  - audio
5
  - audio-to-audio
6
+ datasets:
7
+ - VCTK_DEMAND
8
+ - DNS2020
9
+ - WHAMR
10
  language: en
11
  license: cc-by-4.0
12
  ---
 
39
  # train_config="exp_vctk_dns20_whamr/enh_train_enh_bsrnn_large_noncausal_raw/config.yaml",
40
  # model_file="exp_vctk_dns20_whamr/enh_train_enh_bsrnn_large_noncausal_raw/xxxx.pth",
41
  # normalize_output_wav=True,
42
+ # device="cuda",
43
  # )
44
 
45
  audio, fs = sf.read("/path/to/noisy/utt1.flac")