Spaces:
Runtime error
Runtime error
Delete xiaopin
Browse files- xiaopin/1.txt +0 -1
- xiaopin/G_10000.pth +0 -3
- xiaopin/config.json +0 -96
xiaopin/1.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
11
|
|
|
|
xiaopin/G_10000.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:189b2943c84161385b4428318461783672e84477a70fced7ac809c426f4f42ae
|
3 |
-
size 721677486
|
|
|
|
|
|
|
|
xiaopin/config.json
DELETED
@@ -1,96 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"train": {
|
3 |
-
"log_interval": 200,
|
4 |
-
"eval_interval": 1000,
|
5 |
-
"seed": 42,
|
6 |
-
"epochs": 1000,
|
7 |
-
"learning_rate": 0.0002,
|
8 |
-
"betas": [
|
9 |
-
0.8,
|
10 |
-
0.99
|
11 |
-
],
|
12 |
-
"eps": 1e-09,
|
13 |
-
"batch_size": 12,
|
14 |
-
"fp16_run": false,
|
15 |
-
"lr_decay": 0.99995,
|
16 |
-
"segment_size": 16384,
|
17 |
-
"init_lr_ratio": 1,
|
18 |
-
"warmup_epochs": 0,
|
19 |
-
"c_mel": 45,
|
20 |
-
"c_kl": 1.0,
|
21 |
-
"skip_optimizer": true
|
22 |
-
},
|
23 |
-
"data": {
|
24 |
-
"training_files": "filelists/train.list",
|
25 |
-
"validation_files": "filelists/val.list",
|
26 |
-
"max_wav_value": 32768.0,
|
27 |
-
"sampling_rate": 44100,
|
28 |
-
"filter_length": 2048,
|
29 |
-
"hop_length": 512,
|
30 |
-
"win_length": 2048,
|
31 |
-
"n_mel_channels": 128,
|
32 |
-
"mel_fmin": 0.0,
|
33 |
-
"mel_fmax": null,
|
34 |
-
"add_blank": true,
|
35 |
-
"n_speakers": 896,
|
36 |
-
"cleaned_text": true,
|
37 |
-
"spk2id": {
|
38 |
-
"xiaopin": 0
|
39 |
-
}
|
40 |
-
},
|
41 |
-
"model": {
|
42 |
-
"use_spk_conditioned_encoder": true,
|
43 |
-
"use_noise_scaled_mas": true,
|
44 |
-
"use_mel_posterior_encoder": false,
|
45 |
-
"use_duration_discriminator": true,
|
46 |
-
"inter_channels": 192,
|
47 |
-
"hidden_channels": 192,
|
48 |
-
"filter_channels": 768,
|
49 |
-
"n_heads": 2,
|
50 |
-
"n_layers": 6,
|
51 |
-
"kernel_size": 3,
|
52 |
-
"p_dropout": 0.1,
|
53 |
-
"resblock": "1",
|
54 |
-
"resblock_kernel_sizes": [
|
55 |
-
3,
|
56 |
-
7,
|
57 |
-
11
|
58 |
-
],
|
59 |
-
"resblock_dilation_sizes": [
|
60 |
-
[
|
61 |
-
1,
|
62 |
-
3,
|
63 |
-
5
|
64 |
-
],
|
65 |
-
[
|
66 |
-
1,
|
67 |
-
3,
|
68 |
-
5
|
69 |
-
],
|
70 |
-
[
|
71 |
-
1,
|
72 |
-
3,
|
73 |
-
5
|
74 |
-
]
|
75 |
-
],
|
76 |
-
"upsample_rates": [
|
77 |
-
8,
|
78 |
-
8,
|
79 |
-
2,
|
80 |
-
2,
|
81 |
-
2
|
82 |
-
],
|
83 |
-
"upsample_initial_channel": 512,
|
84 |
-
"upsample_kernel_sizes": [
|
85 |
-
16,
|
86 |
-
16,
|
87 |
-
8,
|
88 |
-
2,
|
89 |
-
2
|
90 |
-
],
|
91 |
-
"n_layers_q": 3,
|
92 |
-
"use_spectral_norm": false,
|
93 |
-
"gin_channels": 256
|
94 |
-
},
|
95 |
-
"version": "2.1"
|
96 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|