File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 5858 "clip_thresh" : 0.1 ,
5959 "initial_learning_rate" : 5e-4 ,
6060 },
61+ "deepvoice3_wavenet_ljspeech" : {
62+ "num_mels" : 80 ,
63+ "fft_size" : 1024 ,
64+ "hop_size" : 256 ,
65+ "sample_rate" : 22050 ,
66+ "preemphasis" : 0 ,
67+ "min_level_db" : - 100 ,
68+ "ref_level_db" : 20 ,
69+ "n_speakers" : 1 ,
70+ "downsample_step" : 1 ,
71+ "outputs_per_step" : 1 ,
72+ "embedding_weight_std" : 0.1 ,
73+ "dropout" : 1 - 0.95 ,
74+ "kernel_size" : 3 ,
75+ "text_embed_dim" : 256 ,
76+ "encoder_channels" : 512 ,
77+ "decoder_channels" : 256 ,
78+ "converter_channels" : 256 ,
79+ "use_guided_attention" : True ,
80+ "guided_attention_sigma" : 0.2 ,
81+ "binary_divergence_weight" : 0.1 ,
82+ "use_decoder_state_for_postnet_input" : True ,
83+ "max_positions" : 2048 ,
84+ "query_position_rate" : 1.0 ,
85+ "key_position_rate" : 1.385 ,
86+ "key_projection" : True ,
87+ "value_projection" : True ,
88+ "clip_thresh" : 0.1 ,
89+ "initial_learning_rate" : 5e-4 ,
90+ },
6191 "deepvoice3_vctk" : {
6292 "n_speakers" : 108 ,
6393 "speaker_embed_dim" : 16 ,
You can’t perform that action at this time.
0 commit comments