one
#1
by ylks - opened
- .gitattributes +0 -1
- nsf_hifigan_20221211.zip +0 -3
- o.zip +0 -3
- one/G_27200.pth +0 -3
- one/config.json +0 -94
- one/kmeans_10000.pt +0 -3
- 周杰伦-暗号(干声)-1e84y1L76n.wav +0 -3
.gitattributes
CHANGED
|
@@ -32,4 +32,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
周杰伦-暗号(干声)-1e84y1L76n.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
nsf_hifigan_20221211.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d86ea84b7e2c9169afb5ccbb720b5542704be519c643f698332f2014a8f2d6bd
|
| 3 |
-
size 52778967
|
|
|
|
|
|
|
|
|
|
|
|
o.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4272d77d0205a6992bddc54a774946236ddc4138a265f26c2ea07f3b7d57d8a5
|
| 3 |
-
size 4317700937
|
|
|
|
|
|
|
|
|
|
|
|
one/G_27200.pth
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:56ebb740a0d68b7509409c3f483d3894ce6f405111a1a8fad6ba8c7f82686245
|
| 3 |
-
size 542178141
|
|
|
|
|
|
|
|
|
|
|
|
one/config.json
DELETED
|
@@ -1,94 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"train": {
|
| 3 |
-
"log_interval": 200,
|
| 4 |
-
"eval_interval": 800,
|
| 5 |
-
"seed": 1234,
|
| 6 |
-
"epochs": 10000,
|
| 7 |
-
"learning_rate": 0.0001,
|
| 8 |
-
"betas": [
|
| 9 |
-
0.8,
|
| 10 |
-
0.99
|
| 11 |
-
],
|
| 12 |
-
"eps": 1e-09,
|
| 13 |
-
"batch_size": 6,
|
| 14 |
-
"fp16_run": false,
|
| 15 |
-
"lr_decay": 0.999875,
|
| 16 |
-
"segment_size": 10240,
|
| 17 |
-
"init_lr_ratio": 1,
|
| 18 |
-
"warmup_epochs": 0,
|
| 19 |
-
"c_mel": 45,
|
| 20 |
-
"c_kl": 1.0,
|
| 21 |
-
"use_sr": true,
|
| 22 |
-
"max_speclen": 512,
|
| 23 |
-
"port": "8001",
|
| 24 |
-
"keep_ckpts": 10,
|
| 25 |
-
"all_in_mem": false
|
| 26 |
-
},
|
| 27 |
-
"data": {
|
| 28 |
-
"training_files": "filelists/train.txt",
|
| 29 |
-
"validation_files": "filelists/val.txt",
|
| 30 |
-
"max_wav_value": 32768.0,
|
| 31 |
-
"sampling_rate": 44100,
|
| 32 |
-
"filter_length": 2048,
|
| 33 |
-
"hop_length": 512,
|
| 34 |
-
"win_length": 2048,
|
| 35 |
-
"n_mel_channels": 80,
|
| 36 |
-
"mel_fmin": 0.0,
|
| 37 |
-
"mel_fmax": 22050
|
| 38 |
-
},
|
| 39 |
-
"model": {
|
| 40 |
-
"inter_channels": 192,
|
| 41 |
-
"hidden_channels": 192,
|
| 42 |
-
"filter_channels": 768,
|
| 43 |
-
"n_heads": 2,
|
| 44 |
-
"n_layers": 6,
|
| 45 |
-
"kernel_size": 3,
|
| 46 |
-
"p_dropout": 0.1,
|
| 47 |
-
"resblock": "1",
|
| 48 |
-
"resblock_kernel_sizes": [
|
| 49 |
-
3,
|
| 50 |
-
7,
|
| 51 |
-
11
|
| 52 |
-
],
|
| 53 |
-
"resblock_dilation_sizes": [
|
| 54 |
-
[
|
| 55 |
-
1,
|
| 56 |
-
3,
|
| 57 |
-
5
|
| 58 |
-
],
|
| 59 |
-
[
|
| 60 |
-
1,
|
| 61 |
-
3,
|
| 62 |
-
5
|
| 63 |
-
],
|
| 64 |
-
[
|
| 65 |
-
1,
|
| 66 |
-
3,
|
| 67 |
-
5
|
| 68 |
-
]
|
| 69 |
-
],
|
| 70 |
-
"upsample_rates": [
|
| 71 |
-
8,
|
| 72 |
-
8,
|
| 73 |
-
2,
|
| 74 |
-
2,
|
| 75 |
-
2
|
| 76 |
-
],
|
| 77 |
-
"upsample_initial_channel": 512,
|
| 78 |
-
"upsample_kernel_sizes": [
|
| 79 |
-
16,
|
| 80 |
-
16,
|
| 81 |
-
4,
|
| 82 |
-
4,
|
| 83 |
-
4
|
| 84 |
-
],
|
| 85 |
-
"n_layers_q": 3,
|
| 86 |
-
"use_spectral_norm": false,
|
| 87 |
-
"gin_channels": 256,
|
| 88 |
-
"ssl_dim": 256,
|
| 89 |
-
"n_speakers": 1
|
| 90 |
-
},
|
| 91 |
-
"spk": {
|
| 92 |
-
"sun": 0
|
| 93 |
-
}
|
| 94 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
one/kmeans_10000.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6249688ee75da4e3aa9e80e38c7b0180b238505b3fd3deaf924778f39d697ec5
|
| 3 |
-
size 15433721
|
|
|
|
|
|
|
|
|
|
|
|
周杰伦-暗号(干声)-1e84y1L76n.wav
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:63513e7ad02ffe1baec1130bbd32dd178e1bc089684ba6a531aadfa5cd3e4f7a
|
| 3 |
-
size 52207694
|
|
|
|
|
|
|
|
|
|
|
|