提交 9b4881a5 编写于 作者: C chenfeiyu

update configs for wavenet

上级 53d7c34c
......@@ -23,7 +23,7 @@ The model consists of an encoder, a decoder and a converter (and a speaker embed
```text
├── data.py data_processing
├── configs/ (example) configuration files
├── configs/ (example) configuration files
├── sentences.txt sample sentences
├── synthesis.py script to synthesize waveform from text
├── train.py script to train a model
......
data:
batch_size: 4
batch_size: 16
train_clip_seconds: 0.5
sample_rate: 22050
hop_length: 256
......
data:
batch_size: 32
batch_size: 16
train_clip_seconds: 0.5
sample_rate: 22050
hop_length: 256
......
data:
batch_size: 4
batch_size: 16
train_clip_seconds: 0.5
sample_rate: 22050
hop_length: 256
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册