Emrys365 commited on
Commit
5c77f5d
1 Parent(s): d52ebc2

Initial commit

Browse files
README.md CHANGED
@@ -3,9 +3,11 @@ tags:
3
  - espnet
4
  - audio
5
  - audio-to-audio
6
- language: en
7
  datasets:
8
- - universal_se
 
 
 
9
  license: cc-by-4.0
10
  ---
11
 
@@ -13,7 +15,7 @@ license: cc-by-4.0
13
 
14
  ### `wyz/vctk_dns2020_whamr_tfgridnet_tiny`
15
 
16
- This model was trained by wyz using universal_se recipe in [espnet](https://github.com/espnet/espnet/).
17
 
18
  ### Demo: How to use in ESPnet2
19
 
@@ -34,8 +36,8 @@ model = SeparateSpeech.from_pretrained(
34
  )
35
  # For loading a downloaded model
36
  # model = SeparateSpeech(
37
- # train_config="exp_vctk_dns20_whamr/enh_tfgridnet_small_raw/config.yaml",
38
- # model_file="exp_vctk_dns20_whamr/enh_tfgridnet_small_raw/xxxx.pth",
39
  # normalize_output_wav=True,
40
  # device="cuda",
41
  # )
@@ -67,17 +69,6 @@ enhanced = model(audio[None, :], fs=fs)[0]
67
  |reverb_et_simu_8ch_multich|2.00|92.14|10.87|10.87|0.00|-9.03|3.11|3.43|3.92|3.88|
68
  |whamr_tt_mix_single_reverb_max_16k|2.22|93.77|11.78|11.78|0.00|10.54|3.24|3.50|4.07|3.79|
69
 
70
- abc
71
- <!-- Generated by ./scripts/utils/show_enh_score.sh -->
72
- # RESULTS
73
- ## Environments
74
- - date: `Mon Jan 29 22:17:30 EST 2024`
75
- - python version: `3.9.18 (main, Sep 11 2023, 13:41:44) [GCC 11.2.0]`
76
- - espnet version: `espnet 202304`
77
- - pytorch version: `pytorch 1.13.1`
78
- - Git hash: ``
79
- - Commit date: ``
80
-
81
 
82
  ## enhanced_test_48k
83
 
 
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
  ---
13
 
 
15
 
16
  ### `wyz/vctk_dns2020_whamr_tfgridnet_tiny`
17
 
18
+ This model was trained by wyz based on the universal_se_v1 recipe in [espnet](https://github.com/espnet/espnet/).
19
 
20
  ### Demo: How to use in ESPnet2
21
 
 
36
  )
37
  # For loading a downloaded model
38
  # model = SeparateSpeech(
39
+ # train_config="exp_vctk_dns20_whamr/enh_tfgridnet_tiny_raw/config.yaml",
40
+ # model_file="exp_vctk_dns20_whamr/enh_tfgridnet_tiny_raw/xxxx.pth",
41
  # normalize_output_wav=True,
42
  # device="cuda",
43
  # )
 
69
  |reverb_et_simu_8ch_multich|2.00|92.14|10.87|10.87|0.00|-9.03|3.11|3.43|3.92|3.88|
70
  |whamr_tt_mix_single_reverb_max_16k|2.22|93.77|11.78|11.78|0.00|10.54|3.24|3.50|4.07|3.79|
71
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ## enhanced_test_48k
74
 
exp_vctk_dns20_whamr/enh_tfgridnet_small_raw/66epoch.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6012a39ab5999a1c948d8a1d132c1fac3de1c7f2dce32e09d71d3a902cc44d48
3
+ size 6144607
exp_vctk_dns20_whamr/enh_tfgridnet_small_raw/config.yaml CHANGED
@@ -1,9 +1,9 @@
1
- config: conf/tuning/tfgridnet_small.yaml
2
  print_config: false
3
  log_level: INFO
4
  dry_run: false
5
  iterator_type: chunk
6
- output_dir: exp_vctk_dns20_whamr/enh_tfgridnet_small_raw
7
  ngpu: 1
8
  seed: 0
9
  num_workers: 4
 
1
+ config: conf/tfgridnet_tiny.yaml
2
  print_config: false
3
  log_level: INFO
4
  dry_run: false
5
  iterator_type: chunk
6
+ output_dir: exp_vctk_dns20_whamr/enh_tfgridnet_tiny_raw
7
  ngpu: 1
8
  seed: 0
9
  num_workers: 4
exp_vctk_dns20_whamr/enh_tfgridnet_small_raw/latest.pth ADDED
@@ -0,0 +1 @@
 
 
1
+ 66epoch.pth
exp_vctk_dns20_whamr/enh_tfgridnet_small_raw/valid.loss.best.pth ADDED
@@ -0,0 +1 @@
 
 
1
+ 25epoch.pth
meta.yaml CHANGED
@@ -1,8 +1,8 @@
1
  espnet: '202304'
2
  files:
3
- model_file: exp_vctk_dns20_whamr/enh_tfgridnet_small_raw/25epoch.pth
4
  python: "3.8.16 (default, Mar 2 2023, 03:21:46) \n[GCC 11.2.0]"
5
  timestamp: 1723014155.859109
6
  torch: 2.0.1+cu118
7
  yaml_files:
8
- train_config: exp_vctk_dns20_whamr/enh_tfgridnet_small_raw/config.yaml
 
1
  espnet: '202304'
2
  files:
3
+ model_file: exp_vctk_dns20_whamr/enh_tfgridnet_tiny_raw/25epoch.pth
4
  python: "3.8.16 (default, Mar 2 2023, 03:21:46) \n[GCC 11.2.0]"
5
  timestamp: 1723014155.859109
6
  torch: 2.0.1+cu118
7
  yaml_files:
8
+ train_config: exp_vctk_dns20_whamr/enh_tfgridnet_tiny_raw/config.yaml