update configs for wavenet

This commit is contained in:
chenfeiyu 2020-03-05 03:03:23 +00:00
parent 53d7c34ce8
commit 9b4881a55d
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ The model consists of an encoder, a decoder and a converter (and a speaker embed
```text ```text
├── data.py data_processing ├── data.py data_processing
├── configs/ (example) configuration files ├── configs/ (example) configuration files
├── sentences.txt sample sentences ├── sentences.txt sample sentences
├── synthesis.py script to synthesize waveform from text ├── synthesis.py script to synthesize waveform from text
├── train.py script to train a model ├── train.py script to train a model

View File

@ -1,5 +1,5 @@
data: data:
batch_size: 4 batch_size: 16
train_clip_seconds: 0.5 train_clip_seconds: 0.5
sample_rate: 22050 sample_rate: 22050
hop_length: 256 hop_length: 256

View File

@ -1,5 +1,5 @@
data: data:
batch_size: 32 batch_size: 16
train_clip_seconds: 0.5 train_clip_seconds: 0.5
sample_rate: 22050 sample_rate: 22050
hop_length: 256 hop_length: 256

View File

@ -1,5 +1,5 @@
data: data:
batch_size: 4 batch_size: 16
train_clip_seconds: 0.5 train_clip_seconds: 0.5
sample_rate: 22050 sample_rate: 22050
hop_length: 256 hop_length: 256