We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac323e commit 0461d9fCopy full SHA for 0461d9f
examples/fastspeech2_multispeaker/conf/fastspeech2.v1.yaml
@@ -6,14 +6,14 @@
6
###########################################################
7
# FEATURE EXTRACTION SETTING #
8
9
-hop_size: 221 # Hop size.
+hop_size: 256 # Hop size.
10
format: "npy"
11
12
-
+model_type: "fastspeech2"
13
14
# NETWORK ARCHITECTURE SETTING #
15
16
-fastspeech_params:
+fastspeech2_params:
17
n_speakers: 5
18
encoder_hidden_size: 384
19
encoder_num_hidden_layers: 4
0 commit comments