Skip to content

Commit 64ebf22

Browse files
committed
add pretrained models
1 parent e595e4d commit 64ebf22

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,22 @@ python inference_e2e.py \
6262
--output_dir /path/to/your/output_wav
6363
```
6464

65+
## Pretrained Models
66+
We provide the [pretrained models](https://drive.google.com/drive/folders/1e9wdM29d-t3EHUpBb8T4dcHrkYGAXTgq).
67+
One can download the checkpoints of generator (e.g., g_05000000) and discriminator (e.g., do_05000000) within the listed folders.
6568

66-
## TODO
69+
|Folder Name|Sampling Rate|Mel band|Params.|Dataset|Fine-Tuned|
70+
|------|---|---|---|------|---|
71+
|bigvgan_24khz_100band|24 kHz|100|112M|LibriTTS|No|
72+
|bigvgan_base_24khz_100band|24 kHz|100|14M|LibriTTS|No|
73+
|bigvgan_22khz_80band|22 kHz|80|112M|LibriTTS + VCTK + LJSpeech|No|
74+
|bigvgan_base_22khz_80band|22 kHz|80|14M|LibriTTS + VCTK + LJSpeech|No|
75+
76+
The paper results are based on 24kHz BigVGAN models trained on LibriTTS dataset.
77+
We also provide 22kHz BigVGAN models for TTS applications.
6778

68-
Pretrained weights are expected to be released soon.
6979

80+
## TODO
7081

7182
Current codebase only provides a plain PyTorch implementation for the filtered nonlinearity. We are working on a fast CUDA kernel implementation, which will be released in the future.
7283

0 commit comments

Comments
 (0)