Skip to content

Commit 2bb0066

Browse files
authored
Update README.md
1 parent 8786417 commit 2bb0066

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ We are currently working on an extended version of this work, and the project pa
1212

1313
Experiments demonstrate that our approach yields substantial improvements in high-quality and stable speech generation, consistency with the condition factor, and efficiency.
1414

15+
We found a bug in the code and fixed it:
16+
```python
17+
audio_orig = features['clean_speech'].clone()
18+
...
19+
loss = self.loss_fn(audio_orig, predicted.squeeze(1))
20+
1521
We upload the [pre-trained model](https://github.com/ICDM-UESTC/DOSE/releases/tag/v1), trained on VB with 0.5 as the dropout ratio:
1622

1723
csig:3.8357 cbak:3.2350 covl:3.1840 pesq:2.5430 ssnr:8.9398 stoi:0.9335 on VB (step 1=40, step 2=15)

0 commit comments

Comments
 (0)