update configs for wavenet
This commit is contained in:
parent
53d7c34ce8
commit
9b4881a55d
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue