fronx commited on
Commit
5336ba0
·
verified ·
1 Parent(s): 1d794dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -2,5 +2,25 @@
2
  license: mit
3
  ---
4
 
5
- Instructions: https://fullsubnet.readthedocs.io/en/latest/usage/getting_started.html
6
- Code: https://github.com/Audio-WestlakeU/FullSubNet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ This is a pre-trained version of Fast FullSubNet.
6
+
7
+ # Instructions
8
+
9
+ https://fullsubnet.readthedocs.io/en/latest/usage/getting_started.html
10
+
11
+ # Code
12
+
13
+ https://github.com/Audio-WestlakeU/FullSubNet
14
+
15
+ # Paper
16
+
17
+ [Fast FullSubNet: Accelerate Full-band and Sub-band Fusion Model for Single-channel Speech Enhancement
18
+ Xiang Hao, Xiaofei Li](https://arxiv.org/abs/2212.09019)
19
+
20
+ # Performance
21
+
22
+ | | With Reverb |   |   |   | No Reverb |   |   |
23
+ -- | -- | -- | -- | -- | -- | -- | --
24
+ Method | WB-PESQ | NB-PESQ | SI-SDR | STOI | WB-PESQ | NB-PESQ | SI-SDR | STOI
25
+ Fast FullSubNet (118 Epochs) | 2.882 | 3.42 | 15.33 | 0.9233 | 2.694 | 3.222 | 16.34 | 0.9571
26
+ [FullSubNet (58 Epochs)](https://github.com/Audio-WestlakeU/FullSubNet/releases/tag/v0.2) (just for comparison) | 2.987 | 3.496 | 15.756 | 0.926 | 2.889 | 3.385 | 17.635 | 0.964