You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Implementation (PyTorch) of Google Brain's high-fidelity WaveGrad vocoder ([pape
17
17
-[x] 100- and lower-iteration inferences are faster than real-time on RTX 2080 Ti. **6-iteration inference is faster than one reported in the paper**.
18
18
-[x]**Parallel grid search for the best noise schedule**.
19
19
-[x] Uploaded generated samples for different number of iterations (see `generated_samples` folder).
20
-
-[x][Pretrained checkpoint](https://drive.google.com/file/d/1WnbMjP5jgHC2wRzPBWfmNgXpDylUhpm8/view?usp=sharing) on 22KHz LJSpeech dataset **with noise schedules**.
20
+
-[x][Pretrained checkpoint](https://drive.google.com/file/d/1X_AquK11C0j7U1lLxMDBdK5guabHaoXB/view?usp=sharing) on 22KHz LJSpeech dataset **with noise schedules**.
21
21
22
22
#### Real-time factor (RTF)
23
23
@@ -113,7 +113,7 @@ Examples of generated audios are provided in [`generated_samples`](generated_sam
113
113
114
114
#### Pretrained checkpoints
115
115
116
-
You can find a pretrained checkpoint file* on LJSpeech (22KHz) via [this](https://drive.google.com/file/d/1WnbMjP5jgHC2wRzPBWfmNgXpDylUhpm8/view?usp=sharing) Google Drive link.
116
+
You can find a pretrained checkpoint file* on LJSpeech (22KHz) via [this](https://drive.google.com/file/d/1X_AquK11C0j7U1lLxMDBdK5guabHaoXB/view?usp=sharing) Google Drive link.
117
117
118
118
***Note**: uploaded checkpoint is a `dict` with a single key `'model'`.
0 commit comments