File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ python inference_e2e.py \
66
66
We provide the [ pretrained models] ( https://drive.google.com/drive/folders/1e9wdM29d-t3EHUpBb8T4dcHrkYGAXTgq ) .
67
67
One can download the checkpoints of generator (e.g., g_05000000) and discriminator (e.g., do_05000000) within the listed folders.
68
68
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|
69
+ | Folder Name| Sampling Rate| Mel band| fmax | Params.| Dataset| Fine-Tuned|
70
+ | ------| ---| ---| ---| ---| --- ---| ---|
71
+ | bigvgan_24khz_100band| 24 kHz| 100| 12000 | 112M| LibriTTS| No|
72
+ | bigvgan_base_24khz_100band| 24 kHz| 100| 12000 | 14M| LibriTTS| No|
73
+ | bigvgan_22khz_80band| 22 kHz| 80| 8000 | 112M| LibriTTS + VCTK + LJSpeech| No|
74
+ | bigvgan_base_22khz_80band| 22 kHz| 80| 8000 | 14M| LibriTTS + VCTK + LJSpeech| No|
75
75
76
76
The paper results are based on 24kHz BigVGAN models trained on LibriTTS dataset.
77
- We also provide 22kHz BigVGAN models for TTS applications.
77
+ We also provide 22kHz BigVGAN models with band-limited setup (i.e., fmax=8000) for TTS applications.
78
78
79
79
80
80
## TODO
You can’t perform that action at this time.
0 commit comments