chilge commited on
Commit
90d3920
1 Parent(s): 4b0c9eb

Upload config.json

Browse files
Files changed (1) hide show
  1. configs/config.json +38 -9
configs/config.json CHANGED
@@ -43,11 +43,43 @@
43
  "kernel_size": 3,
44
  "p_dropout": 0.1,
45
  "resblock": "1",
46
- "resblock_kernel_sizes": [3,7,11],
47
- "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
48
- "upsample_rates": [ 8, 8, 2, 2, 2],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  "upsample_initial_channel": 512,
50
- "upsample_kernel_sizes": [16,16, 4, 4, 4],
 
 
 
 
 
 
51
  "n_layers_q": 3,
52
  "use_spectral_norm": false,
53
  "gin_channels": 256,
@@ -55,10 +87,7 @@
55
  "n_speakers": 200
56
  },
57
  "spk": {
58
- "jishuang": 0,
59
- "huiyu": 1,
60
- "nen": 2,
61
- "paimon": 3,
62
- "yunhao": 4
63
  }
64
  }
 
43
  "kernel_size": 3,
44
  "p_dropout": 0.1,
45
  "resblock": "1",
46
+ "resblock_kernel_sizes": [
47
+ 3,
48
+ 7,
49
+ 11
50
+ ],
51
+ "resblock_dilation_sizes": [
52
+ [
53
+ 1,
54
+ 3,
55
+ 5
56
+ ],
57
+ [
58
+ 1,
59
+ 3,
60
+ 5
61
+ ],
62
+ [
63
+ 1,
64
+ 3,
65
+ 5
66
+ ]
67
+ ],
68
+ "upsample_rates": [
69
+ 8,
70
+ 8,
71
+ 2,
72
+ 2,
73
+ 2
74
+ ],
75
  "upsample_initial_channel": 512,
76
+ "upsample_kernel_sizes": [
77
+ 16,
78
+ 16,
79
+ 4,
80
+ 4,
81
+ 4
82
+ ],
83
  "n_layers_q": 3,
84
  "use_spectral_norm": false,
85
  "gin_channels": 256,
 
87
  "n_speakers": 200
88
  },
89
  "spk": {
90
+ "nemo": 0,
91
+ "1": 1
 
 
 
92
  }
93
  }