WitchHuntTV commited on
Commit
8d53b08
·
1 Parent(s): 5cf2b80

Update configs/config.json

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