Skip to content

Commit

Permalink
will try this
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jan 22, 2018
1 parent 0948c99 commit 4883cc3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions hparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,36 @@
"clip_thresh": 0.1,
"initial_learning_rate": 5e-4,
},
"deepvoice3_wavenet_ljspeech": {
"num_mels": 80,
"fft_size": 1024,
"hop_size": 256,
"sample_rate": 22050,
"preemphasis": 0,
"min_level_db": -100,
"ref_level_db": 20,
"n_speakers": 1,
"downsample_step": 1,
"outputs_per_step": 1,
"embedding_weight_std": 0.1,
"dropout": 1 - 0.95,
"kernel_size": 3,
"text_embed_dim": 256,
"encoder_channels": 512,
"decoder_channels": 256,
"converter_channels": 256,
"use_guided_attention": True,
"guided_attention_sigma": 0.2,
"binary_divergence_weight": 0.1,
"use_decoder_state_for_postnet_input": True,
"max_positions": 2048,
"query_position_rate": 1.0,
"key_position_rate": 1.385,
"key_projection": True,
"value_projection": True,
"clip_thresh": 0.1,
"initial_learning_rate": 5e-4,
},
"deepvoice3_vctk": {
"n_speakers": 108,
"speaker_embed_dim": 16,
Expand Down

0 comments on commit 4883cc3

Please sign in to comment.