Commit
·
534deb5
1
Parent(s):
a6cf048
Update config.json
Browse files- config.json +0 -30
config.json
CHANGED
@@ -3,36 +3,6 @@
|
|
3 |
"num_gpus": 0,
|
4 |
"batch_size": 16,
|
5 |
"learning_rate": 0.0002,
|
6 |
-
"adam_b1": 0.8,
|
7 |
-
"adam_b2": 0.99,
|
8 |
-
"lr_decay": 0.999,
|
9 |
-
"seed": 1234,
|
10 |
-
|
11 |
-
"upsample_rates": [5,4,4,2,2],
|
12 |
-
"upsample_kernel_sizes": [11,8,8,4,4],
|
13 |
-
"upsample_initial_channel": 512,
|
14 |
-
"resblock_kernel_sizes": [3,7,11],
|
15 |
-
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
|
16 |
-
"num_embeddings": 1000,
|
17 |
-
"embedding_dim": 128,
|
18 |
-
"model_in_dim": 128,
|
19 |
-
|
20 |
-
"segment_size": 8960,
|
21 |
-
"code_hop_size": 320,
|
22 |
-
"f0": false,
|
23 |
-
"num_mels": 80,
|
24 |
-
"num_freq": 1025,
|
25 |
-
"n_fft": 1024,
|
26 |
-
"hop_size": 256,
|
27 |
-
"win_size": 1024,
|
28 |
-
|
29 |
-
"dur_prediction_weight": 1.0,
|
30 |
-
"dur_predictor_params": {
|
31 |
-
"encoder_embed_dim": 128,
|
32 |
-
"var_pred_hidden_dim": 128,
|
33 |
-
"var_pred_kernel_size": 3,
|
34 |
-
"var_pred_dropout": 0.5
|
35 |
-
},
|
36 |
|
37 |
"sampling_rate": 16000,
|
38 |
|
|
|
3 |
"num_gpus": 0,
|
4 |
"batch_size": 16,
|
5 |
"learning_rate": 0.0002,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
"sampling_rate": 16000,
|
8 |
|