Upload with huggingface_hub
Browse files- config.yml +54 -0
- model.h5 +3 -0
config.yml
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
allow_cache: true
|
2 |
+
batch_size: 32
|
3 |
+
end_ratio_value: 0.0
|
4 |
+
eval_interval_steps: 500
|
5 |
+
format: npy
|
6 |
+
gradient_accumulation_steps: 1
|
7 |
+
hop_size: 256
|
8 |
+
is_shuffle: true
|
9 |
+
log_interval_steps: 200
|
10 |
+
mel_length_threshold: 32
|
11 |
+
model_type: tacotron2
|
12 |
+
num_save_intermediate_results: 1
|
13 |
+
optimizer_params:
|
14 |
+
decay_steps: 150000
|
15 |
+
end_learning_rate: 1.0e-05
|
16 |
+
initial_learning_rate: 0.001
|
17 |
+
warmup_proportion: 0.02
|
18 |
+
weight_decay: 0.001
|
19 |
+
remove_short_samples: true
|
20 |
+
save_interval_steps: 2000
|
21 |
+
schedule_decay_steps: 50000
|
22 |
+
start_ratio_value: 0.5
|
23 |
+
start_schedule_teacher_forcing: 200001
|
24 |
+
tacotron2_params:
|
25 |
+
attention_dim: 128
|
26 |
+
attention_filters: 32
|
27 |
+
attention_kernel: 31
|
28 |
+
attention_type: lsa
|
29 |
+
dataset: kss
|
30 |
+
decoder_lstm_units: 1024
|
31 |
+
embedding_dropout_prob: 0.1
|
32 |
+
embedding_hidden_size: 512
|
33 |
+
encoder_conv_activation: relu
|
34 |
+
encoder_conv_dropout_rate: 0.5
|
35 |
+
encoder_conv_filters: 512
|
36 |
+
encoder_conv_kernel_sizes: 5
|
37 |
+
encoder_lstm_units: 256
|
38 |
+
initializer_range: 0.02
|
39 |
+
n_conv_encoder: 5
|
40 |
+
n_conv_postnet: 5
|
41 |
+
n_lstm_decoder: 1
|
42 |
+
n_mels: 80
|
43 |
+
n_prenet_layers: 2
|
44 |
+
n_speakers: 1
|
45 |
+
postnet_conv_filters: 512
|
46 |
+
postnet_conv_kernel_sizes: 5
|
47 |
+
postnet_dropout_rate: 0.1
|
48 |
+
prenet_activation: relu
|
49 |
+
prenet_dropout_rate: 0.5
|
50 |
+
prenet_units: 256
|
51 |
+
reduction_factor: 1
|
52 |
+
train_max_steps: 200000
|
53 |
+
use_fixed_shapes: true
|
54 |
+
var_train_expr: null
|
model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f041df23c5e0fd166f2798e43ef37af0a066fce8f06b21281a81005cf014215
|
3 |
+
size 127831648
|