Skip to content

Commit c6a4089

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ 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:
15+
We found a bug in learner.py and fixed it:
1616
```python
1717
audio_orig = features['clean_speech'].clone()
1818
...
1919
loss = self.loss_fn(audio_orig, predicted.squeeze(1))
20+
```
21+
And retest on the dataset
2022

21-
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:
23+
We upload the [pre-trained model](https://github.com/ICDM-UESTC/DOSE/releases/tag/v1)(with bug in loss), trained on VB with 0.5 as the dropout ratio:
2224

2325
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)
2426

0 commit comments

Comments
 (0)