File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ format: "npy"
1414# ##########################################################
1515# NETWORK ARCHITECTURE SETTING #
1616# ##########################################################
17+ model_type : " fastspeech2"
18+
1719fastspeech_params :
1820 dataset : baker
1921 n_speakers : 1
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ format: "npy"
1515# ##########################################################
1616# GENERATOR NETWORK ARCHITECTURE SETTING #
1717# ##########################################################
18+ model_type : " multiband_melgan_generator"
19+
1820generator_params :
1921 out_channels : 4 # Number of output channels (number of subbands).
2022 kernel_size : 7 # Kernel size of initial and final conv layers.
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ format: "npy"
1313# ##########################################################
1414# NETWORK ARCHITECTURE SETTING #
1515# ##########################################################
16+ model_type : " tacotron2"
17+
1618tacotron2_params :
1719 dataset : baker
1820 embedding_hidden_size : 512
You can’t perform that action at this time.
0 commit comments