Aririgi commited on
Commit
89ddf8e
1 Parent(s): 50bda72

push models

Browse files
Files changed (47) hide show
  1. so-vits-svc/.araragi/D_21000.pth +3 -0
  2. so-vits-svc/.araragi/G_21000.pth +3 -0
  3. so-vits-svc/.araragi/config.json +93 -0
  4. so-vits-svc/.gitattributes +34 -0
  5. so-vits-svc/README.md +3 -0
  6. so-vits-svc/base/D_0.pth +3 -0
  7. so-vits-svc/base/G_0.pth +3 -0
  8. so-vits-svc/base/config.json +97 -0
  9. so-vits-svc/haoyami_saori/.gitattributes +1 -0
  10. so-vits-svc/haoyami_saori/D_86500.pth +3 -0
  11. so-vits-svc/haoyami_saori/G_86500.pth +3 -0
  12. so-vits-svc/haoyami_saori/config.json +93 -0
  13. so-vits-svc/senjougahara/.ipynb_checkpoints/config-checkpoint.json +93 -0
  14. so-vits-svc/senjougahara/G_289600.pth +3 -0
  15. so-vits-svc/senjougahara/G_73600.pth +3 -0
  16. so-vits-svc/senjougahara/config.json +93 -0
  17. so-vits-svc/smalljin/D_101500.pth +3 -0
  18. so-vits-svc/smalljin/G_101500.pth +3 -0
  19. so-vits-svc/smalljin/config.json +95 -0
  20. so-vits-svc/sunyanzi/D_60000.pth +3 -0
  21. so-vits-svc/sunyanzi/G_56800.pth +3 -0
  22. so-vits-svc/sunyanzi/G_60000.pth +3 -0
  23. so-vits-svc/sunyanzi/config.json +94 -0
  24. so-vits-svc/zoe_araragi_v1/D_119500.pth +3 -0
  25. so-vits-svc/zoe_araragi_v1/G_119500.pth +3 -0
  26. so-vits-svc/zoe_araragi_v1/config.json +94 -0
  27. vits/C/D_0.pth +3 -0
  28. vits/C/G_0.pth +3 -0
  29. vits/C/aishell3/D_AISHELL.pth +3 -0
  30. vits/C/aishell3/G_AISHELL.pth +3 -0
  31. vits/C/aishell3/config.json +51 -0
  32. vits/C/config.json +56 -0
  33. vits/CJ/D_0.pth +3 -0
  34. vits/CJ/G_0.pth +3 -0
  35. vits/CJ/G_953000.pth +3 -0
  36. vits/CJ/config.json +55 -0
  37. vits/CJ/hayami_saori/D_2400.pth +3 -0
  38. vits/CJ/hayami_saori/G_2400.pth +3 -0
  39. vits/CJ/hayami_saori/config.json +146 -0
  40. vits/CJ/hayami_saori/train.log +640 -0
  41. vits/CJ/oshino_shinobu/D_74000.pth +3 -0
  42. vits/CJ/oshino_shinobu/G_74000.pth +3 -0
  43. vits/CJ/oshino_shinobu/config.json +55 -0
  44. vits/CJE/D_0.pth +3 -0
  45. vits/CJE/G_0.pth +3 -0
  46. vits/CJE/G_jp.pth +3 -0
  47. vits/CJE/config.json +161 -0
so-vits-svc/.araragi/D_21000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:896827823641b054336e2676b648e2454f4c0f8eda2e302ab4f6e7a7388b3e6e
3
+ size 561098185
so-vits-svc/.araragi/G_21000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ab9e24cc17554ab4c8599dbdaf2f121f9141738c21f2db3d7c76e57a5bca2f0
3
+ size 542789405
so-vits-svc/.araragi/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 500,
5
+ "seed": 12345678,
6
+ "epochs": 10000,
7
+ "learning_rate": 0.0001,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 32,
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": 5
25
+ },
26
+ "data": {
27
+ "training_files": "filelists/train.txt",
28
+ "validation_files": "filelists/val.txt",
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 44100,
31
+ "filter_length": 2048,
32
+ "hop_length": 512,
33
+ "win_length": 2048,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": 22050
37
+ },
38
+ "model": {
39
+ "inter_channels": 192,
40
+ "hidden_channels": 192,
41
+ "filter_channels": 768,
42
+ "n_heads": 2,
43
+ "n_layers": 6,
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,
87
+ "ssl_dim": 256,
88
+ "n_speakers": 200
89
+ },
90
+ "spk": {
91
+ "araragi": 0
92
+ }
93
+ }
so-vits-svc/.gitattributes ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tflite filter=lfs diff=lfs merge=lfs -text
29
+ *.tgz filter=lfs diff=lfs merge=lfs -text
30
+ *.wasm filter=lfs diff=lfs merge=lfs -text
31
+ *.xz 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
so-vits-svc/README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
so-vits-svc/base/D_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:635be5c3409aaf3eec4135a1f5a771595683f3a6461ffc5bdea43441e50269a9
3
+ size 187018591
so-vits-svc/base/G_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20a327c54e5731bed377bd38404bc32ab98e66a1b2777b0af4cc034d4d6914b0
3
+ size 180628517
so-vits-svc/base/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 500,
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": 32,
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": 5
25
+ },
26
+ "data": {
27
+ "training_files": "filelists/train.txt",
28
+ "validation_files": "filelists/val.txt",
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 44100,
31
+ "filter_length": 2048,
32
+ "hop_length": 512,
33
+ "win_length": 2048,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": 22050
37
+ },
38
+ "model": {
39
+ "inter_channels": 192,
40
+ "hidden_channels": 192,
41
+ "filter_channels": 768,
42
+ "n_heads": 2,
43
+ "n_layers": 6,
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,
87
+ "ssl_dim": 256,
88
+ "n_speakers": 200
89
+ },
90
+ "spk": {
91
+ "nyaru": 0,
92
+ "huiyu": 1,
93
+ "nen": 2,
94
+ "paimon": 3,
95
+ "yunhao": 4
96
+ }
97
+ }
so-vits-svc/haoyami_saori/.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.pth filter=lfs diff=lfs merge=lfs -text
so-vits-svc/haoyami_saori/D_86500.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6058e73bca16ac3dde556e5b2f189f88733e8a006e9c6be336780b2c287757
3
+ size 561098185
so-vits-svc/haoyami_saori/G_86500.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db481d9b5a735d84835ff8d7313bdfe4283df59e0a8726573b839c3007045a3c
3
+ size 542789405
so-vits-svc/haoyami_saori/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 500,
5
+ "seed": 12345678,
6
+ "epochs": 10000,
7
+ "learning_rate": 0.0005,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 32,
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": 5
25
+ },
26
+ "data": {
27
+ "training_files": "filelists/train.txt",
28
+ "validation_files": "filelists/val.txt",
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 44100,
31
+ "filter_length": 2048,
32
+ "hop_length": 512,
33
+ "win_length": 2048,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": 22050
37
+ },
38
+ "model": {
39
+ "inter_channels": 192,
40
+ "hidden_channels": 192,
41
+ "filter_channels": 768,
42
+ "n_heads": 2,
43
+ "n_layers": 6,
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,
87
+ "ssl_dim": 256,
88
+ "n_speakers": 200
89
+ },
90
+ "spk": {
91
+ "haoyami_saori": 0
92
+ }
93
+ }
so-vits-svc/senjougahara/.ipynb_checkpoints/config-checkpoint.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 32,
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": 3
25
+ },
26
+ "data": {
27
+ "training_files": "filelists/train.txt",
28
+ "validation_files": "filelists/val.txt",
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 44100,
31
+ "filter_length": 2048,
32
+ "hop_length": 512,
33
+ "win_length": 2048,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": 22050
37
+ },
38
+ "model": {
39
+ "inter_channels": 192,
40
+ "hidden_channels": 192,
41
+ "filter_channels": 768,
42
+ "n_heads": 2,
43
+ "n_layers": 6,
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,
87
+ "ssl_dim": 256,
88
+ "n_speakers": 1
89
+ },
90
+ "spk": {
91
+ "senjougahara": 0
92
+ }
93
+ }
so-vits-svc/senjougahara/G_289600.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89a5bbe5a61b28d01dac7d0d61e923b0cdeaba960790412c259e79245aa38242
3
+ size 542181531
so-vits-svc/senjougahara/G_73600.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:436252b2e41ec68b0cc8807bef7f543f0185a319f666123cdfb44447867bfb54
3
+ size 542178077
so-vits-svc/senjougahara/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 32,
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": 3
25
+ },
26
+ "data": {
27
+ "training_files": "filelists/train.txt",
28
+ "validation_files": "filelists/val.txt",
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 44100,
31
+ "filter_length": 2048,
32
+ "hop_length": 512,
33
+ "win_length": 2048,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": 22050
37
+ },
38
+ "model": {
39
+ "inter_channels": 192,
40
+ "hidden_channels": 192,
41
+ "filter_channels": 768,
42
+ "n_heads": 2,
43
+ "n_layers": 6,
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,
87
+ "ssl_dim": 256,
88
+ "n_speakers": 1
89
+ },
90
+ "spk": {
91
+ "senjougahara": 0
92
+ }
93
+ }
so-vits-svc/smalljin/D_101500.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ccae31f70f39741cf3a6ed8e077b4f0128740704caecec92cf66819e45c3297
3
+ size 561099143
so-vits-svc/smalljin/G_101500.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:185df6f1b509d0de03320616e77063ad9600f8323887ad395178f5972ebc2734
3
+ size 542792859
so-vits-svc/smalljin/config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 500,
5
+ "seed": 12345678,
6
+ "epochs": 10000,
7
+ "learning_rate": 0.0001,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 32,
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": 5
25
+ },
26
+ "data": {
27
+ "training_files": "filelists/train.txt",
28
+ "validation_files": "filelists/val.txt",
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 44100,
31
+ "filter_length": 2048,
32
+ "hop_length": 512,
33
+ "win_length": 2048,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": 22050
37
+ },
38
+ "model": {
39
+ "inter_channels": 192,
40
+ "hidden_channels": 192,
41
+ "filter_channels": 768,
42
+ "n_heads": 2,
43
+ "n_layers": 6,
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,
87
+ "ssl_dim": 256,
88
+ "n_speakers": 200
89
+ },
90
+ "spk": {
91
+ "smalljin": 0,
92
+ "araragi": 1,
93
+ "zoe": 2
94
+ }
95
+ }
so-vits-svc/sunyanzi/D_60000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a96d485acf36b1a467a01e57b29b44034e59db21d6681b09c519a37a973a9e
3
+ size 561098185
so-vits-svc/sunyanzi/G_56800.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a78ebd945525d960c95cb3cf7fbf8dc814e5c7284955f89c292944dba905a35e
3
+ size 542178077
so-vits-svc/sunyanzi/G_60000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3080d533c070224606ff24d9b993f7ce5723118e1a04b1b38ab9477627945974
3
+ size 542178077
so-vits-svc/sunyanzi/config.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 800,
5
+ "seed": 1234,
6
+ "epochs": 10000,
7
+ "learning_rate": 0.0007,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 40,
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": 5,
25
+ "all_in_mem": true
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
+ "sunyanzi": 0
93
+ }
94
+ }
so-vits-svc/zoe_araragi_v1/D_119500.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43703001c01e0ecc238853fd90fab27cc3ec18b18a37c9dfc758e7c240c7bd73
3
+ size 561099143
so-vits-svc/zoe_araragi_v1/G_119500.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6f366ca60ccfffb5de1cf2a52545cb5f8f04e85d381cd535f216b4da05800f
3
+ size 542792859
so-vits-svc/zoe_araragi_v1/config.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 500,
5
+ "seed": 1234,
6
+ "epochs": 10000,
7
+ "learning_rate": 0.0005,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 32,
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": 5
25
+ },
26
+ "data": {
27
+ "training_files": "filelists/train.txt",
28
+ "validation_files": "filelists/val.txt",
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 44100,
31
+ "filter_length": 2048,
32
+ "hop_length": 512,
33
+ "win_length": 2048,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": 22050
37
+ },
38
+ "model": {
39
+ "inter_channels": 192,
40
+ "hidden_channels": 192,
41
+ "filter_channels": 768,
42
+ "n_heads": 2,
43
+ "n_layers": 6,
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,
87
+ "ssl_dim": 256,
88
+ "n_speakers": 200
89
+ },
90
+ "spk": {
91
+ "araragi": 0,
92
+ "zoe": 1
93
+ }
94
+ }
vits/C/D_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff45a0fd769b751a290ba820774f3d608be2968ef539364a54df3a62c857db08
3
+ size 187024931
vits/C/G_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d569ba5c9cd6ca0c8e493a92907b04117ba2d0932601eb2730dbd18b2337805e
3
+ size 159072845
vits/C/aishell3/D_AISHELL.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1115381143985fd2cd3bdb35d285375d60696de107f1838386344f7e04e29ba8
3
+ size 561098185
vits/C/aishell3/G_AISHELL.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4a835e8462f5befbf35383cb22adc06138dfb8b02b0d957109d7758f6cd6a4
3
+ size 477726001
vits/C/aishell3/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 200,
5
+ "seed": 1234,
6
+ "epochs": 200000,
7
+ "learning_rate": 2e-4,
8
+ "betas": [0.8, 0.99],
9
+ "eps": 1e-9,
10
+ "batch_size": 16,
11
+ "fp16_run": true,
12
+ "lr_decay": 0.999875,
13
+ "segment_size": 8192,
14
+ "init_lr_ratio": 1,
15
+ "warmup_epochs": 0,
16
+ "c_mel": 45,
17
+ "c_kl": 1.0
18
+ },
19
+ "data": {
20
+ "training_files":"filelists/AISHELL_train.txt.cleaned",
21
+ "validation_files":"filelists/AISHELL_val.txt.cleaned",
22
+ "max_wav_value": 32768.0,
23
+ "sampling_rate": 8000,
24
+ "filter_length": 1024,
25
+ "hop_length": 256,
26
+ "win_length": 1024,
27
+ "n_mel_channels": 80,
28
+ "mel_fmin": 0.0,
29
+ "mel_fmax": null,
30
+ "add_blank": false,
31
+ "n_speakers": 174
32
+ },
33
+ "model": {
34
+ "inter_channels": 192,
35
+ "hidden_channels": 192,
36
+ "filter_channels": 768,
37
+ "n_heads": 2,
38
+ "n_layers": 6,
39
+ "kernel_size": 3,
40
+ "p_dropout": 0.1,
41
+ "resblock": "1",
42
+ "resblock_kernel_sizes": [3,7,11],
43
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
44
+ "upsample_rates": [8,8,2,2],
45
+ "upsample_initial_channel": 512,
46
+ "upsample_kernel_sizes": [16,16,4,4],
47
+ "n_layers_q": 3,
48
+ "use_spectral_norm": false,
49
+ "gin_channels": 256
50
+ }
51
+ }
vits/C/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 50,
4
+ "eval_interval": 100,
5
+ "seed": 1234,
6
+ "epochs": 10000,
7
+ "learning_rate": 2e-4,
8
+ "betas": [0.8, 0.99],
9
+ "eps": 1e-9,
10
+ "batch_size": 128,
11
+ "fp16_run": true,
12
+ "lr_decay": 0.999875,
13
+ "segment_size": 8192,
14
+ "init_lr_ratio": 1,
15
+ "warmup_epochs": 0,
16
+ "c_mel": 45,
17
+ "c_kl": 1.0
18
+ },
19
+ "data": {
20
+ "training_files":"filelists/train.txt.cleaned",
21
+ "validation_files":"filelists/val_last.txt.cleaned",
22
+ "text_cleaners":["chinese_cleaners"],
23
+ "max_wav_value": 32768.0,
24
+ "sampling_rate": 16000,
25
+ "filter_length": 1024,
26
+ "hop_length": 256,
27
+ "win_length": 1024,
28
+ "n_mel_channels": 80,
29
+ "mel_fmin": 0.0,
30
+ "mel_fmax": null,
31
+ "add_blank": true,
32
+ "n_speakers": 187,
33
+ "cleaned_text": true
34
+ },
35
+ "model": {
36
+ "inter_channels": 192,
37
+ "hidden_channels": 192,
38
+ "filter_channels": 768,
39
+ "n_heads": 2,
40
+ "n_layers": 6,
41
+ "kernel_size": 3,
42
+ "p_dropout": 0.1,
43
+ "resblock": "1",
44
+ "resblock_kernel_sizes": [3,7,11],
45
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
46
+ "upsample_rates": [8,8,2,2],
47
+ "upsample_initial_channel": 512,
48
+ "upsample_kernel_sizes": [16,16,4,4],
49
+ "n_layers_q": 3,
50
+ "use_spectral_norm": false,
51
+ "gin_channels": 256
52
+ },
53
+ "speakers": ["\u0030", "\u0031", "\u0032", "\u0033", "\u0034", "\u0035", "\u0036", "\u0037", "\u0038", "\u0039", "\u0031\u0030", "\u0031\u0031", "\u0031\u0032", "\u0031\u0033", "\u0031\u0034", "\u0031\u0035", "\u0031\u0036", "\u0031\u0037", "\u0031\u0038", "\u0031\u0039", "\u0032\u0030", "\u0032\u0031", "\u0032\u0032", "\u0032\u0033", "\u0032\u0034", "\u0032\u0035", "\u0032\u0036", "\u0032\u0037", "\u0032\u0038", "\u0032\u0039", "\u0033\u0030", "\u0033\u0031", "\u0033\u0032", "\u0033\u0033", "\u0033\u0034", "\u0033\u0035", "\u0033\u0036", "\u0033\u0037", "\u0033\u0038", "\u0033\u0039", "\u0034\u0030", "\u0034\u0031", "\u0034\u0032", "\u0034\u0033", "\u0034\u0034", "\u0034\u0035", "\u0034\u0036", "\u0034\u0037", "\u0034\u0038", "\u0034\u0039", "\u0035\u0030", "\u0035\u0031", "\u0035\u0032", "\u0035\u0033", "\u0035\u0034", "\u0035\u0035", "\u0035\u0036", "\u0035\u0037", "\u0035\u0038", "\u0035\u0039", "\u0036\u0030", "\u0036\u0031", "\u0036\u0032", "\u0036\u0033", "\u0036\u0034", "\u0036\u0035", "\u0036\u0036", "\u0036\u0037", "\u0036\u0038", "\u0036\u0039", "\u0037\u0030", "\u0037\u0031", "\u0037\u0032", "\u0037\u0033", "\u0037\u0034", "\u0037\u0035", "\u0037\u0036", "\u0037\u0037", "\u0037\u0038", "\u0037\u0039", "\u0038\u0030", "\u0038\u0031", "\u0038\u0032", "\u0038\u0033", "\u0038\u0034", "\u0038\u0035", "\u0038\u0036", "\u0038\u0037", "\u0038\u0038", "\u0038\u0039", "\u0039\u0030", "\u0039\u0031", "\u0039\u0032", "\u0039\u0033", "\u0039\u0034", "\u0039\u0035", "\u0039\u0036", "\u0039\u0037", "\u0039\u0038", "\u0039\u0039","\u0031\u0030\u0030", "\u0031\u0030\u0031", "\u0031\u0030\u0032", "\u0031\u0030\u0033", "\u0031\u0030\u0034", "\u0031\u0030\u0035", "\u0031\u0030\u0036", "\u0031\u0030\u0037", "\u0031\u0030\u0038", "\u0031\u0030\u0039", "\u0031\u0031\u0030", "\u0031\u0031\u0031", "\u0031\u0031\u0032", "\u0031\u0031\u0033", "\u0031\u0031\u0034", "\u0031\u0031\u0035", "\u0031\u0031\u0036", "\u0031\u0031\u0037", "\u0031\u0031\u0038", "\u0031\u0031\u0039", "\u0031\u0032\u0030", "\u0031\u0032\u0031", "\u0031\u0032\u0032", "\u0031\u0032\u0033", "\u0031\u0032\u0034", "\u0031\u0032\u0035", "\u0031\u0032\u0036", "\u0031\u0032\u0037", "\u0031\u0032\u0038", "\u0031\u0032\u0039", "\u0031\u0033\u0030", "\u0031\u0033\u0031", "\u0031\u0033\u0032", "\u0031\u0033\u0033", "\u0031\u0033\u0034", "\u0031\u0033\u0035", "\u0031\u0033\u0036", "\u0031\u0033\u0037", "\u0031\u0033\u0038", "\u0031\u0033\u0039", "\u0031\u0034\u0030", "\u0031\u0034\u0031", "\u0031\u0034\u0032", "\u0031\u0034\u0033", "\u0031\u0034\u0034", "\u0031\u0034\u0035", "\u0031\u0034\u0036", "\u0031\u0034\u0037", "\u0031\u0034\u0038", "\u0031\u0034\u0039", "\u0031\u0035\u0030", "\u0031\u0035\u0031", "\u0031\u0035\u0032", "\u0031\u0035\u0033", "\u0031\u0035\u0034", "\u0031\u0035\u0035", "\u0031\u0035\u0036", "\u0031\u0035\u0037", "\u0031\u0035\u0038", "\u0031\u0035\u0039", "\u0031\u0036\u0030", "\u0031\u0036\u0031", "\u0031\u0036\u0032", "\u0031\u0036\u0033", "\u0031\u0036\u0034", "\u0031\u0036\u0035", "\u0031\u0036\u0036", "\u0031\u0036\u0037", "\u0031\u0036\u0038", "\u0031\u0036\u0039", "\u0031\u0037\u0030", "\u0031\u0037\u0031", "\u0031\u0037\u0032", "\u0031\u0037\u0033", "\u0031\u0037\u0034", "\u0031\u0037\u0035", "\u0031\u0037\u0036", "\u0031\u0037\u0037", "\u0031\u0037\u0038", "\u0031\u0037\u0039", "\u0031\u0038\u0030", "\u0031\u0038\u0031", "\u0031\u0038\u0032", "\u0031\u0038\u0033", "\u0031\u0038\u0034", "\u0031\u0038\u0035", "\u0031\u0038\u0036"],
54
+ "symbols": ["_", "\uff0c", "\u3002", "\uff01", "\uff1f", "\u2014", "\u2026", "\u3105", "\u3106", "\u3107", "\u3108", "\u3109", "\u310a", "\u310b", "\u310c", "\u310d", "\u310e", "\u310f", "\u3110", "\u3111", "\u3112", "\u3113", "\u3114", "\u3115", "\u3116", "\u3117", "\u3118", "\u3119", "\u311a", "\u311b", "\u311c", "\u311d", "\u311e", "\u311f", "\u3120", "\u3121", "\u3122", "\u3123", "\u3124", "\u3125", "\u3126", "\u3127", "\u3128", "\u3129", "\u02c9", "\u02ca", "\u02c7", "\u02cb", "\u02d9", " "]
55
+ }
56
+
vits/CJ/D_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb0deef1470921019c7edff2e648eee4c35eeae6d4458d1b86fe2ad6c86a4e0
3
+ size 187022499
vits/CJ/G_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18915a2f2021f39cea821795fa78c8145e3a9fbcc0ef72744b478b7fb403304d
3
+ size 158856783
vits/CJ/G_953000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c54396a7a9027952e4d72fceb7e1da1f003d108837138927c2054a33eda0292
3
+ size 479276657
vits/CJ/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 1000,
5
+ "seed": 1234,
6
+ "epochs": 10000,
7
+ "learning_rate": 2e-4,
8
+ "betas": [0.8, 0.99],
9
+ "eps": 1e-9,
10
+ "batch_size": 64,
11
+ "fp16_run": true,
12
+ "lr_decay": 0.999875,
13
+ "segment_size": 8192,
14
+ "init_lr_ratio": 1,
15
+ "warmup_epochs": 0,
16
+ "c_mel": 45,
17
+ "c_kl": 1.0
18
+ },
19
+ "data": {
20
+ "training_files":"filelists/uma_genshin_genshinjp_bh3_train.txt.cleaned",
21
+ "validation_files":"filelists/uma_genshin_genshinjp_bh3_val.txt.cleaned",
22
+ "text_cleaners":["zh_ja_mixture_cleaners"],
23
+ "max_wav_value": 32768.0,
24
+ "sampling_rate": 22050,
25
+ "filter_length": 1024,
26
+ "hop_length": 256,
27
+ "win_length": 1024,
28
+ "n_mel_channels": 80,
29
+ "mel_fmin": 0.0,
30
+ "mel_fmax": null,
31
+ "add_blank": true,
32
+ "n_speakers": 804,
33
+ "cleaned_text": true
34
+ },
35
+ "model": {
36
+ "inter_channels": 192,
37
+ "hidden_channels": 192,
38
+ "filter_channels": 768,
39
+ "n_heads": 2,
40
+ "n_layers": 6,
41
+ "kernel_size": 3,
42
+ "p_dropout": 0.1,
43
+ "resblock": "1",
44
+ "resblock_kernel_sizes": [3,7,11],
45
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
46
+ "upsample_rates": [8,8,2,2],
47
+ "upsample_initial_channel": 512,
48
+ "upsample_kernel_sizes": [16,16,4,4],
49
+ "n_layers_q": 3,
50
+ "use_spectral_norm": false,
51
+ "gin_channels": 256
52
+ },
53
+ "speakers": ["\u7279\u522b\u5468", "\u65e0\u58f0\u94c3\u9e7f", "\u4e1c\u6d77\u5e1d\u7687\uff08\u5e1d\u5b9d\uff0c\u5e1d\u738b\uff09", "\u4e38\u5584\u65af\u57fa", "\u5bcc\u58eb\u5947\u8ff9", "\u5c0f\u6817\u5e3d", "\u9ec4\u91d1\u8239", "\u4f0f\u7279\u52a0", "\u5927\u548c\u8d64\u9aa5", "\u5927\u6811\u5feb\u8f66", "\u8349\u4e0a\u98de", "\u83f1\u4e9a\u9a6c\u900a", "\u76ee\u767d\u9ea6\u6606", "\u795e\u9e70", "\u597d\u6b4c\u5267", "\u6210\u7530\u767d\u4ec1", "\u9c81\u9053\u592b\u8c61\u5f81\uff08\u7687\u5e1d\uff09", "\u6c14\u69fd", "\u7231\u4e3d\u6570\u7801", "\u661f\u4e91\u5929\u7a7a", "\u7389\u85fb\u5341\u5b57", "\u7f8e\u5999\u59ff\u52bf", "\u7435\u7436\u6668\u5149", "\u6469\u8036\u91cd\u70ae", "\u66fc\u57ce\u8336\u5ea7", "\u7f8e\u6d66\u6ce2\u65c1", "\u76ee\u767d\u8d56\u6069", "\u83f1\u66d9", "\u96ea\u4e2d\u7f8e\u4eba", "\u7c73\u6d74", "\u827e\u5c3c\u65af\u98ce\u795e", "\u7231\u4e3d\u901f\u5b50\uff08\u7231\u4e3d\u5feb\u5b50\uff09", "\u7231\u6155\u7ec7\u59ec", "\u7a3b\u8377\u4e00", "\u80dc\u5229\u5956\u5238", "\u7a7a\u4e2d\u795e\u5bab", "\u8363\u8fdb\u95ea\u8000", "\u771f\u673a\u4f36", "\u5ddd\u4e0a\u516c\u4e3b", "\u9ec4\u91d1\u57ce\uff08\u9ec4\u91d1\u57ce\u5e02\uff09", "\u6a31\u82b1\u8fdb\u738b", "\u91c7\u73e0", "\u65b0\u5149\u98ce", "\u4e1c\u5546\u53d8\u9769", "\u8d85\u7ea7\u5c0f\u6d77\u6e7e", "\u9192\u76ee\u98de\u9e70\uff08\u5bc4\u5bc4\u5b50\uff09", "\u8352\u6f20\u82f1\u96c4", "\u4e1c\u701b\u4f50\u6566", "\u4e2d\u5c71\u5e86\u5178", "\u6210\u7530\u5927\u8fdb", "\u897f\u91ce\u82b1", "\u6625\u4e3d\uff08\u4e4c\u62c9\u62c9\uff09", "\u9752\u7af9\u56de\u5fc6", "\u5fae\u5149\u98de\u9a79", "\u7f8e\u4e3d\u5468\u65e5", "\u5f85\u517c\u798f\u6765", "mr cb\uff08cb\u5148\u751f\uff09", "\u540d\u5c06\u6012\u6d9b\uff08\u540d\u5c06\u6237\u4ec1\uff09", "\u76ee\u767d\u591a\u4f2f", "\u4f18\u79c0\u7d20\u8d28", "\u5e1d\u738b\u5149\u8f89", "\u5f85\u517c\u8bd7\u6b4c\u5267", "\u751f\u91ce\u72c4\u675c\u65af", "\u76ee\u767d\u5584\u4fe1", "\u5927\u62d3\u592a\u9633\u795e", "\u53cc\u6da1\u8f6e\uff08\u4e24\u7acb\u76f4\uff0c\u4e24\u55b7\u5c04\uff0c\u4e8c\u9505\u5934\uff0c\u9006\u55b7\u5c04\uff09", "\u91cc\u89c1\u5149\u94bb\uff08\u8428\u6258\u8bfa\u91d1\u521a\u77f3\uff09", "\u5317\u90e8\u7384\u9a79", "\u6a31\u82b1\u5343\u4ee3\u738b", "\u5929\u72fc\u661f\u8c61\u5f81", "\u76ee\u767d\u963f\u5c14\u4e39", "\u516b\u91cd\u65e0\u654c", "\u9e64\u4e38\u521a\u5fd7", "\u76ee\u767d\u5149\u660e", "\u6210\u7530\u62dc\u4ec1\uff08\u6210\u7530\u8def\uff09", "\u4e5f\u6587\u6444\u8f89", "\u5c0f\u6797\u5386\u5947", "\u5317\u6e2f\u706b\u5c71", "\u5947\u9510\u9a8f", "\u82e6\u6da9\u7cd6\u971c", "\u5c0f\u5c0f\u8695\u8327", "\u9a8f\u5ddd\u624b\u7eb2\uff08\u7eff\u5e3d\u6076\u9b54\uff09", "\u79cb\u5ddd\u5f25\u751f\uff08\u5c0f\u5c0f\u7406\u4e8b\u957f\uff09", "\u4e59\u540d\u53f2\u60a6\u5b50\uff08\u4e59\u540d\u8bb0\u8005\uff09", "\u6850\u751f\u9662\u8475", "\u5b89\u5fc3\u6cfd\u523a\u523a\u7f8e", "\u6a2b\u672c\u7406\u5b50", "\u795e\u91cc\u7eeb\u534e\uff08\u9f9f\u9f9f\uff09", "\u7434", "\u7a7a\uff08\u7a7a\u54e5\uff09", "\u4e3d\u838e", "\u8367\uff08\u8367\u59b9\uff09", "\u82ad\u82ad\u62c9", "\u51ef\u4e9a", "\u8fea\u5362\u514b", "\u96f7\u6cfd", "\u5b89\u67cf", "\u6e29\u8fea", "\u9999\u83f1", "\u5317\u6597", "\u884c\u79cb", "\u9b48", "\u51dd\u5149", "\u53ef\u8389", "\u949f\u79bb", "\u83f2\u8c22\u5c14\uff08\u7687\u5973\uff09", "\u73ed\u5c3c\u7279", "\u8fbe\u8fbe\u5229\u4e9a\uff08\u516c\u5b50\uff09", "\u8bfa\u827e\u5c14\uff08\u5973\u4ec6\uff09", "\u4e03\u4e03", "\u91cd\u4e91", "\u7518\u96e8\uff08\u6930\u7f8a\uff09", "\u963f\u8d1d\u591a", "\u8fea\u5965\u5a1c\uff08\u732b\u732b\uff09", "\u83ab\u5a1c", "\u523b\u6674", "\u7802\u7cd6", "\u8f9b\u7131", "\u7f57\u838e\u8389\u4e9a", "\u80e1\u6843", "\u67ab\u539f\u4e07\u53f6\uff08\u4e07\u53f6\uff09", "\u70df\u7eef", "\u5bb5\u5bab", "\u6258\u9a6c", "\u4f18\u83c8", "\u96f7\u7535\u5c06\u519b\uff08\u96f7\u795e\uff09", "\u65e9\u67da", "\u73ca\u745a\u5bab\u5fc3\u6d77\uff08\u5fc3\u6d77\uff0c\u6263\u6263\u7c73\uff09", "\u4e94\u90ce", "\u4e5d\u6761\u88df\u7f57", "\u8352\u6cf7\u4e00\u6597\uff08\u4e00\u6597\uff09", "\u57c3\u6d1b\u4f0a", "\u7533\u9e64", "\u516b\u91cd\u795e\u5b50\uff08\u795e\u5b50\uff09", "\u795e\u91cc\u7eeb\u4eba\uff08\u7eeb\u4eba\uff09", "\u591c\u5170", "\u4e45\u5c90\u5fcd", "\u9e7f\u91ce\u82d1\u5e73\u85cf", "\u63d0\u7eb3\u91cc", "\u67ef\u83b1", "\u591a\u8389", "\u4e91\u5807", "\u7eb3\u897f\u59b2\uff08\u8349\u795e\uff09", "\u6df1\u6e0a\u4f7f\u5f92", "\u59ae\u9732", "\u8d5b\u8bfa", "\u503a\u52a1\u5904\u7406\u4eba", "\u574e\u8482\u4e1d", "\u771f\u5f13\u5feb\u8f66", "\u79cb\u4eba", "\u671b\u65cf", "\u827e\u5c14\u83f2", "\u827e\u8389\u4e1d", "\u827e\u4f26", "\u963f\u6d1b\u74e6", "\u5929\u91ce", "\u5929\u76ee\u5341\u4e94", "\u611a\u4eba\u4f17-\u5b89\u5fb7\u70c8", "\u5b89\u987a", "\u5b89\u897f", "\u8475", "\u9752\u6728", "\u8352\u5ddd\u5e78\u6b21", "\u8352\u8c37", "\u6709\u6cfd", "\u6d45\u5ddd", "\u9ebb\u7f8e", "\u51dd\u5149\u52a9\u624b", "\u963f\u6258", "\u7afa\u5b50", "\u767e\u8bc6", "\u767e\u95fb", "\u767e\u6653", "\u767d\u672f", "\u8d1d\u96c5\u7279\u4e3d\u5947", "\u4e3d\u5854", "\u5931\u843d\u8ff7\u8fed", "\u7f2d\u4e71\u661f\u68d8", "\u4f0a\u7538", "\u4f0f\u7279\u52a0\u5973\u5b69", "\u72c2\u70ed\u84dd\u8c03", "\u8389\u8389\u5a05", "\u841d\u838e\u8389\u5a05", "\u516b\u91cd\u6a31", "\u516b\u91cd\u971e", "\u5361\u83b2", "\u7b2c\u516d\u591c\u60f3\u66f2", "\u5361\u841d\u5c14", "\u59ec\u5b50", "\u6781\u5730\u6218\u5203", "\u5e03\u6d1b\u59ae\u5a05", "\u6b21\u751f\u94f6\u7ffc", "\u7406\u4e4b\u5f8b\u8005%26\u5e0c\u513f", "\u7406\u4e4b\u5f8b\u8005", "\u8ff7\u57ce\u9a87\u5154", "\u5e0c\u513f", "\u9b47\u591c\u661f\u6e0a", "\u9ed1\u5e0c\u513f", "\u5e15\u6735\u83f2\u8389\u4e1d", "\u4e0d\u706d\u661f\u951a", "\u5929\u5143\u9a91\u82f1", "\u5e7d\u5170\u9edb\u5c14", "\u6d3e\u8499bh3", "\u7231\u9171", "\u7eef\u7389\u4e38", "\u5fb7\u4e3d\u838e", "\u6708\u4e0b\u521d\u62e5", "\u6714\u591c\u89c2\u661f", "\u66ae\u5149\u9a91\u58eb", "\u683c\u857e\u4fee", "\u7559\u4e91\u501f\u98ce\u771f\u541b", "\u6885\u6bd4\u4e4c\u65af", "\u4eff\u72b9\u5927", "\u514b\u83b1\u56e0", "\u5723\u5251\u5e7d\u5170\u9edb\u5c14", "\u5996\u7cbe\u7231\u8389", "\u7279\u65af\u62c9zero", "\u82cd\u7384", "\u82e5\u6c34", "\u897f\u7433", "\u6234\u56e0\u65af\u96f7\u5e03", "\u8d1d\u62c9", "\u8d64\u9e22", "\u9547\u9b42\u6b4c", "\u6e21\u9e26", "\u4eba\u4e4b\u5f8b\u8005", "\u7231\u8389\u5e0c\u96c5", "\u5929\u7a79\u6e38\u4fa0", "\u742a\u4e9a\u5a1c", "\u7a7a\u4e4b\u5f8b\u8005", "\u85aa\u708e\u4e4b\u5f8b\u8005", "\u4e91\u58a8\u4e39\u5fc3", "\u7b26\u534e", "\u8bc6\u4e4b\u5f8b\u8005", "\u7279\u74e6\u6797", "\u7ef4\u5c14\u8587", "\u82bd\u8863", "\u96f7\u4e4b\u5f8b\u8005", "\u65ad\u7f6a\u5f71\u821e", "\u963f\u6ce2\u5c3c\u4e9a", "\u698e\u672c", "\u5384\u5c3c\u65af\u7279", "\u6076\u9f99", "\u8303\u4e8c\u7237", "\u6cd5\u62c9", "\u611a\u4eba\u4f17\u58eb\u5175", "\u611a\u4eba\u4f17\u58eb\u5175a", "\u611a\u4eba\u4f17\u58eb\u5175b", "\u611a\u4eba\u4f17\u58eb\u5175c", "\u611a\u4eba\u4f17a", "\u611a\u4eba\u4f17b", "\u98de\u98de", "\u83f2\u5229\u514b\u65af", "\u5973\u6027\u8ddf\u968f\u8005", "\u9022\u5ca9", "\u6446\u6e21\u4eba", "\u72c2\u8e81\u7684\u7537\u4eba", "\u5965\u5179", "\u8299\u841d\u62c9", "\u8ddf\u968f\u8005", "\u871c\u6c41\u751f\u7269", "\u9ec4\u9ebb\u5b50", "\u6e0a\u4e0a", "\u85e4\u6728", "\u6df1\u89c1", "\u798f\u672c", "\u8299\u84c9", "\u53e4\u6cfd", "\u53e4\u7530", "\u53e4\u5c71", "\u53e4\u8c37\u6607", "\u5085\u4e09\u513f", "\u9ad8\u8001\u516d", "\u77ff\u5de5\u5192", "\u5143\u592a", "\u5fb7\u5b89\u516c", "\u8302\u624d\u516c", "\u6770\u62c9\u5fb7", "\u845b\u7f57\u4e3d", "\u91d1\u5ffd\u5f8b", "\u516c\u4fca", "\u9505\u5df4", "\u6b4c\u5fb7", "\u963f\u8c6a", "\u72d7\u4e09\u513f", "\u845b\u745e\u4e1d", "\u82e5\u5fc3", "\u963f\u5c71\u5a46", "\u602a\u9e1f", "\u5e7f\u7af9", "\u89c2\u6d77", "\u5173\u5b8f", "\u871c\u6c41\u536b\u5175", "\u5b88\u536b1", "\u50b2\u6162\u7684\u5b88\u536b", "\u5bb3\u6015\u7684\u5b88\u536b", "\u8d35\u5b89", "\u76d6\u4f0a", "\u963f\u521b", "\u54c8\u592b\u4e39", "\u65e5\u8bed\u963f\u8d1d\u591a\uff08\u91ce\u5c9b\u5065\u513f\uff09", "\u65e5\u8bed\u57c3\u6d1b\u4f0a\uff08\u9ad8\u57a3\u5f69\u9633\uff09", "\u65e5\u8bed\u5b89\u67cf\uff08\u77f3\u89c1\u821e\u83dc\u9999\uff09", "\u65e5\u8bed\u795e\u91cc\u7eeb\u534e\uff08\u65e9\u89c1\u6c99\u7ec7\uff09", "\u65e5\u8bed\u795e\u91cc\u7eeb\u4eba\uff08\u77f3\u7530\u5f70\uff09", "\u65e5\u8bed\u767d\u672f\uff08\u6e38\u4f50\u6d69\u4e8c\uff09", "\u65e5\u8bed\u82ad\u82ad\u62c9\uff08\u9b3c\u5934\u660e\u91cc\uff09", "\u65e5\u8bed\u5317\u6597\uff08\u5c0f\u6e05\u6c34\u4e9a\u7f8e\uff09", "\u65e5\u8bed\u73ed\u5c3c\u7279\uff08\u9022\u5742\u826f\u592a\uff09", "\u65e5\u8bed\u574e\u8482\u4e1d\uff08\u67da\u6728\u51c9\u9999\uff09", "\u65e5\u8bed\u91cd\u4e91\uff08\u9f50\u85e4\u58ee\u9a6c\uff09", "\u65e5\u8bed\u67ef\u83b1\uff08\u524d\u5ddd\u51c9\u5b50\uff09", "\u65e5\u8bed\u8d5b\u8bfa\uff08\u5165\u91ce\u81ea\u7531\uff09", "\u65e5\u8bed\u6234\u56e0\u65af\u96f7\u5e03\uff08\u6d25\u7530\u5065\u6b21\u90ce\uff09", "\u65e5\u8bed\u8fea\u5362\u514b\uff08\u5c0f\u91ce\u8d24\u7ae0\uff09", "\u65e5\u8bed\u8fea\u5965\u5a1c\uff08\u4e95\u6cfd\u8bd7\u7ec7\uff09", "\u65e5\u8bed\u591a\u8389\uff08\u91d1\u7530\u670b\u5b50\uff09", "\u65e5\u8bed\u4f18\u83c8\uff08\u4f50\u85e4\u5229\u5948\uff09", "\u65e5\u8bed\u83f2\u8c22\u5c14\uff08\u5185\u7530\u771f\u793c\uff09", "\u65e5\u8bed\u7518\u96e8\uff08\u4e0a\u7530\u4e3d\u5948\uff09", "\u65e5\u8bed\uff08\u7560\u4e2d\u7950\uff09", "\u65e5\u8bed\u9e7f\u91ce\u9662\u5e73\u85cf\uff08\u4e95\u53e3\u7950\u4e00\uff09", "\u65e5\u8bed\u7a7a\uff08\u5800\u6c5f\u77ac\uff09", "\u65e5\u8bed\u8367\uff08\u60a0\u6728\u78a7\uff09", "\u65e5\u8bed\u80e1\u6843\uff08\u9ad8\u6865\u674e\u4f9d\uff09", "\u65e5\u8bed\u4e00\u6597\uff08\u897f\u5ddd\u8d35\u6559\uff09", "\u65e5\u8bed\u51ef\u4e9a\uff08\u9e1f\u6d77\u6d69\u8f85\uff09", "\u65e5\u8bed\u4e07\u53f6\uff08\u5c9b\u5d0e\u4fe1\u957f\uff09", "\u65e5\u8bed\u523b\u6674\uff08\u559c\u591a\u6751\u82f1\u68a8\uff09", "\u65e5\u8bed\u53ef\u8389\uff08\u4e45\u91ce\u7f8e\u54b2\uff09", "\u65e5\u8bed\u5fc3\u6d77\uff08\u4e09\u68ee\u94c3\u5b50\uff09", "\u65e5\u8bed\u4e5d\u6761\u88df\u7f57\uff08\u6fd1\u6237\u9ebb\u6c99\u7f8e\uff09", "\u65e5\u8bed\u4e3d\u838e\uff08\u7530\u4e2d\u7406\u60e0\uff09", "\u65e5\u8bed\u83ab\u5a1c\uff08\u5c0f\u539f\u597d\u7f8e\uff09", "\u65e5\u8bed\u7eb3\u897f\u59b2\uff08\u7530\u6751\u7531\u52a0\u8389\uff09", "\u65e5\u8bed\u59ae\u9732\uff08\u91d1\u5143\u5bff\u5b50\uff09", "\u65e5\u8bed\u51dd\u5149\uff08\u5927\u539f\u6c99\u8036\u9999\uff09", "\u65e5\u8bed\u8bfa\u827e\u5c14\uff08\u9ad8\u5c3e\u594f\u97f3\uff09", "\u65e5\u8bed\u5965\u5179\uff08\u589e\u8c37\u5eb7\u7eaa\uff09", "\u65e5\u8bed\u6d3e\u8499\uff08\u53e4\u8d3a\u8475\uff09", "\u65e5\u8bed\u7434\uff08\u658b\u85e4\u5343\u548c\uff09", "\u65e5\u8bed\u4e03\u4e03\uff08\u7530\u6751\u7531\u52a0\u8389\uff09", "\u65e5\u8bed\u96f7\u7535\u5c06\u519b\uff08\u6cfd\u57ce\u7f8e\u96ea\uff09", "\u65e5\u8bed\u96f7\u6cfd\uff08\u5185\u5c71\u6602\u8f89\uff09", "\u65e5\u8bed\u7f57\u838e\u8389\u4e9a\uff08\u52a0\u9688\u4e9a\u8863\uff09", "\u65e5\u8bed\u65e9\u67da\uff08\u6d32\u5d0e\u7eeb\uff09", "\u65e5\u8bed\u6563\u5175\uff08\u67ff\u539f\u5f7b\u4e5f\uff09", "\u65e5\u8bed\u7533\u9e64\uff08\u5ddd\u6f84\u7eeb\u5b50\uff09", "\u65e5\u8bed\u4e45\u5c90\u5fcd\uff08\u6c34\u6865\u9999\u7ec7\uff09", "\u65e5\u8bed\u5973\u58eb\uff08\u5e84\u5b50\u88d5\u8863\uff09", "\u65e5\u8bed\u7802\u7cd6\uff08\u85e4\u7530\u831c\uff09", "\u65e5\u8bed\u8fbe\u8fbe\u5229\u4e9a\uff08\u6728\u6751\u826f\u5e73\uff09", "\u65e5\u8bed\u6258\u9a6c\uff08\u68ee\u7530\u6210\u4e00\uff09", "\u65e5\u8bed\u63d0\u7eb3\u91cc\uff08\u5c0f\u6797\u6c99\u82d7\uff09", "\u65e5\u8bed\u6e29\u8fea\uff08\u6751\u6fd1\u6b65\uff09", "\u65e5\u8bed\u9999\u83f1\uff08\u5c0f\u6cfd\u4e9a\u674e\uff09", "\u65e5\u8bed\u9b48\uff08\u677e\u5188\u796f\u4e1e\uff09", "\u65e5\u8bed\u884c\u79cb\uff08\u7686\u5ddd\u7eaf\u5b50\uff09", "\u65e5\u8bed\u8f9b\u7131\uff08\u9ad8\u6865\u667a\u79cb\uff09", "\u65e5\u8bed\u516b\u91cd\u795e\u5b50\uff08\u4f50\u4ed3\u7eeb\u97f3\uff09", "\u65e5\u8bed\u70df\u7eef\uff08\u82b1\u5b88\u7531\u7f8e\u91cc\uff09", "\u65e5\u8bed\u591c\u5170\uff08\u8fdc\u85e4\u7eeb\uff09", "\u65e5\u8bed\u5bb5\u5bab\uff08\u690d\u7530\u4f73\u5948\uff09", "\u65e5\u8bed\u4e91\u5807\uff08\u5c0f\u5ca9\u4e95\u5c0f\u9e1f\uff09", "\u65e5\u8bed\u949f\u79bb\uff08\u524d\u91ce\u667a\u662d\uff09", "\u6770\u514b", "\u963f\u5409", "\u6c5f\u821f", "\u9274\u79cb", "\u5609\u4e49", "\u7eaa\u82b3", "\u666f\u6f84", "\u7ecf\u7eb6", "\u666f\u660e", "\u664b\u4f18", "\u963f\u9e20", "\u9152\u5ba2", "\u4e54\u5c14", "\u4e54\u745f\u592b", "\u7ea6\u987f", "\u4e54\u4f0a\u65af", "\u5c45\u5b89", "\u541b\u541b", "\u987a\u5409", "\u7eaf\u4e5f", "\u91cd\u4f50", "\u5927\u5c9b\u7eaf\u5e73", "\u84b2\u6cfd", "\u52d8\u89e3\u7531\u5c0f\u8def\u5065\u4e09\u90ce", "\u67ab", "\u67ab\u539f\u4e49\u5e86", "\u836b\u5c71", "\u7532\u6590\u7530\u9f8d\u99ac", "\u6d77\u6597", "\u60df\u795e\u6674\u4e4b\u4ecb", "\u9e7f\u91ce\u5948\u5948", "\u5361\u7435\u8389\u4e9a", "\u51ef\u745f\u7433", "\u52a0\u85e4\u4fe1\u609f", "\u52a0\u85e4\u6d0b\u5e73", "\u80dc\u5bb6", "\u8305\u847a\u4e00\u5e86", "\u548c\u662d", "\u4e00\u6b63", "\u4e00\u9053", "\u6842\u4e00", "\u5e86\u6b21\u90ce", "\u963f\u8d24", "\u5065\u53f8", "\u5065\u6b21\u90ce", "\u5065\u4e09\u90ce", "\u5929\u7406", "\u6740\u624ba", "\u6740\u624bb", "\u6728\u5357\u674f\u5948", "\u6728\u6751", "\u56fd\u738b", "\u6728\u4e0b", "\u5317\u6751", "\u6e05\u60e0", "\u6e05\u4eba", "\u514b\u5217\u95e8\u7279", "\u9a91\u58eb", "\u5c0f\u6797", "\u5c0f\u6625", "\u5eb7\u62c9\u5fb7", "\u5927\u8089\u4e38", "\u7434\u7f8e", "\u5b8f\u4e00", "\u5eb7\u4ecb", "\u5e78\u5fb7", "\u9ad8\u5584", "\u68a2", "\u514b\u7f57\u7d22", "\u4e45\u4fdd", "\u4e5d\u6761\u9570\u6cbb", "\u4e45\u6728\u7530", "\u6606\u94a7", "\u83ca\u5730\u541b", "\u4e45\u5229\u987b", "\u9ed1\u7530", "\u9ed1\u6cfd\u4eac\u4e4b\u4ecb", "\u54cd\u592a", "\u5c9a\u59d0", "\u5170\u6eaa", "\u6f9c\u9633", "\u52b3\u4f26\u65af", "\u4e50\u660e", "\u83b1\u8bfa", "\u83b2", "\u826f\u5b50", "\u674e\u5f53", "\u674e\u4e01", "\u5c0f\u4e50", "\u7075", "\u5c0f\u73b2", "\u7433\u7405a", "\u7433\u7405b", "\u5c0f\u5f6c", "\u5c0f\u5fb7", "\u5c0f\u697d", "\u5c0f\u9f99", "\u5c0f\u5434", "\u5c0f\u5434\u7684\u8bb0\u5fc6", "\u7406\u6b63", "\u963f\u9f99", "\u5362\u5361", "\u6d1b\u6210", "\u7f57\u5de7", "\u5317\u98ce\u72fc", "\u5362\u6b63", "\u840d\u59e5\u59e5", "\u524d\u7530", "\u771f\u663c", "\u9ebb\u7eaa", "\u771f", "\u611a\u4eba\u4f17-\u9a6c\u514b\u897f\u59c6", "\u5973\u6027a", "\u5973\u6027b", "\u5973\u6027a\u7684\u8ddf\u968f\u8005", "\u963f\u5b88", "\u739b\u683c\u4e3d\u7279", "\u771f\u7406", "\u739b\u4e54\u4e3d", "\u739b\u6587", "\u6b63\u80dc", "\u660c\u4fe1", "\u5c06\u53f8", "\u6b63\u4eba", "\u8def\u7237", "\u8001\u7ae0", "\u677e\u7530", "\u677e\u672c", "\u677e\u6d66", "\u677e\u5742", "\u8001\u5b5f", "\u5b5f\u4e39", "\u5546\u4eba\u968f\u4ece", "\u4f20\u4ee4\u5175", "\u7c73\u6b47\u5c14", "\u5fa1\u8206\u6e90\u4e00\u90ce", "\u5fa1\u8206\u6e90\u6b21\u90ce", "\u5343\u5ca9\u519b\u6559\u5934", "\u5343\u5ca9\u519b\u58eb\u5175", "\u660e\u535a", "\u660e\u4fca", "\u7f8e\u94c3", "\u7f8e\u548c", "\u963f\u5e78", "\u524a\u6708\u7b51\u9633\u771f\u541b", "\u94b1\u773c\u513f", "\u68ee\u5f66", "\u5143\u52a9", "\u7406\u6c34\u53e0\u5c71\u771f\u541b", "\u7406\u6c34\u758a\u5c71\u771f\u541b", "\u6731\u8001\u677f", "\u6728\u6728", "\u6751\u4e0a", "\u6751\u7530", "\u6c38\u91ce", "\u957f\u91ce\u539f\u9f99\u4e4b\u4ecb", "\u957f\u6fd1", "\u4e2d\u91ce\u5fd7\u4e43", "\u83dc\u83dc\u5b50", "\u6960\u6960", "\u6210\u6fd1", "\u963f\u5185", "\u5b81\u7984", "\u725b\u5fd7", "\u4fe1\u535a", "\u4f38\u592b", "\u91ce\u65b9", "\u8bfa\u62c9", "\u7eaa\u9999", "\u8bfa\u66fc", "\u4fee\u5973", "\u7eaf\u6c34\u7cbe\u7075", "\u5c0f\u5ddd", "\u5c0f\u4ed3\u6faa", "\u5188\u6797", "\u5188\u5d0e\u7ed8\u91cc\u9999", "\u5188\u5d0e\u9646\u6597", "\u5965\u62c9\u592b", "\u8001\u79d1", "\u9b3c\u5a46\u5a46", "\u5c0f\u91ce\u5bfa", "\u5927\u6cb3\u539f\u4e94\u53f3\u536b\u95e8", "\u5927\u4e45\u4fdd\u5927\u4ecb", "\u5927\u68ee", "\u5927\u52a9", "\u5965\u7279", "\u6d3e\u8499", "\u6d3e\u84992", "\u75c5\u4ebaa", "\u75c5\u4ebab", "\u5df4\u987f", "\u6d3e\u6069", "\u670b\u4e49", "\u56f4\u89c2\u7fa4\u4f17", "\u56f4\u89c2\u7fa4\u4f17a", "\u56f4\u89c2\u7fa4\u4f17b", "\u56f4\u89c2\u7fa4\u4f17c", "\u56f4\u89c2\u7fa4\u4f17d", "\u56f4\u89c2\u7fa4\u4f17e", "\u94dc\u96c0", "\u963f\u80a5", "\u5174\u53d4", "\u8001\u5468\u53d4", "\u516c\u4e3b", "\u5f7c\u5f97", "\u4e7e\u5b50", "\u828a\u828a", "\u4e7e\u73ae", "\u7eee\u547d", "\u675e\u5e73", "\u79cb\u6708", "\u6606\u6069", "\u96f7\u7535\u5f71", "\u5170\u9053\u5c14", "\u96f7\u8499\u5fb7", "\u5192\u5931\u7684\u5e15\u62c9\u5fb7", "\u4f36\u4e00", "\u73b2\u82b1", "\u963f\u4ec1", "\u5bb6\u81e3\u4eec", "\u68a8\u7ed8", "\u8363\u6c5f", "\u620e\u4e16", "\u6d6a\u4eba", "\u7f57\u4f0a\u65af", "\u5982\u610f", "\u51c9\u5b50", "\u5f69\u9999", "\u9152\u4e95", "\u5742\u672c", "\u6714\u6b21\u90ce", "\u6b66\u58eba", "\u6b66\u58ebb", "\u6b66\u58ebc", "\u6b66\u58ebd", "\u73ca\u745a", "\u4e09\u7530", "\u838e\u62c9", "\u7b39\u91ce", "\u806a\u7f8e", "\u806a", "\u5c0f\u767e\u5408", "\u6563\u5175", "\u5bb3\u6015\u7684\u5c0f\u5218", "\u8212\u4f2f\u7279", "\u8212\u8328", "\u6d77\u9f99", "\u4e16\u5b50", "\u8c22\u5c14\u76d6", "\u5bb6\u4e01", "\u5546\u534e", "\u6c99\u5bc5", "\u963f\u5347", "\u67f4\u7530", "\u963f\u8302", "\u5f0f\u5927\u5c06", "\u6e05\u6c34", "\u5fd7\u6751\u52d8\u5175\u536b", "\u65b0\u4e4b\u4e1e", "\u5fd7\u7ec7", "\u77f3\u5934", "\u8bd7\u7fbd", "\u8bd7\u7b60", "\u77f3\u58ee", "\u7fd4\u592a", "\u6b63\u4e8c", "\u5468\u5e73", "\u8212\u6768", "\u9f50\u683c\u8299\u4e3d\u96c5", "\u5973\u58eb", "\u601d\u52e4", "\u516d\u6307\u4e54\u745f", "\u611a\u4eba\u4f17\u5c0f\u5175d", "\u611a\u4eba\u4f17\u5c0f\u5175a", "\u611a\u4eba\u4f17\u5c0f\u5175b", "\u611a\u4eba\u4f17\u5c0f\u5175c", "\u5434\u8001\u4e94", "\u5434\u8001\u4e8c", "\u6ed1\u5934\u9b3c", "\u8a00\u7b11", "\u5434\u8001\u4e03", "\u58eb\u5175h", "\u58eb\u5175i", "\u58eb\u5175a", "\u58eb\u5175b", "\u58eb\u5175c", "\u58eb\u5175d", "\u58eb\u5175e", "\u58eb\u5175f", "\u58eb\u5175g", "\u594f\u592a", "\u65af\u5766\u5229", "\u6387\u661f\u652b\u8fb0\u5929\u541b", "\u5c0f\u5934", "\u5927\u6b66", "\u9676\u4e49\u9686", "\u6749\u672c", "\u82cf\u897f", "\u5acc\u7591\u4ebaa", "\u5acc\u7591\u4ebab", "\u5acc\u7591\u4ebac", "\u5acc\u7591\u4ebad", "\u65af\u4e07", "\u5251\u5ba2a", "\u5251\u5ba2b", "\u963f\u4e8c", "\u5fe0\u80dc", "\u5fe0\u592b", "\u963f\u656c", "\u5b5d\u5229", "\u9e70\u53f8\u8fdb", "\u9ad8\u5c71", "\u4e5d\u6761\u5b5d\u884c", "\u6bc5", "\u7af9\u5185", "\u62d3\u771f", "\u5353\u4e5f", "\u592a\u90ce\u4e38", "\u6cf0\u52d2", "\u624b\u5c9b", "\u54f2\u5e73", "\u54f2\u592b", "\u6258\u514b", "\u5927boss", "\u963f\u5f3a", "\u6258\u5c14\u5fb7\u62c9", "\u65c1\u89c2\u8005", "\u5929\u6210", "\u963f\u5927", "\u8482\u739b\u4e4c\u65af", "\u63d0\u7c73", "\u6237\u7530", "\u963f\u4e09", "\u4e00\u8d77\u7684\u4eba", "\u5fb7\u7530", "\u5fb7\u957f", "\u667a\u6811", "\u5229\u5f66", "\u80d6\u4e4e\u4e4e\u7684\u65c5\u884c\u8005", "\u85cf\u5b9d\u4ebaa", "\u85cf\u5b9d\u4ebab", "\u85cf\u5b9d\u4ebac", "\u85cf\u5b9d\u4ebad", "\u963f\u7947", "\u6052\u96c4", "\u9732\u5b50", "\u8bdd\u5267\u56e2\u56e2\u957f", "\u5185\u6751", "\u4e0a\u91ce", "\u4e0a\u6749", "\u8001\u6234", "\u8001\u9ad8", "\u8001\u8d3e", "\u8001\u58a8", "\u8001\u5b59", "\u5929\u67a2\u661f", "\u8001\u4e91", "\u6709\u4e50\u658b", "\u4e11\u96c4", "\u4e4c\u7ef4", "\u74e6\u4eac", "\u83f2\u5c14\u6208\u9edb\u7279", "\u7ef4\u591a\u5229\u4e9a", "\u8587\u5c14", "\u74e6\u683c\u7eb3", "\u963f\u5916", "\u4f8d\u5973", "\u74e6\u62c9", "\u671b\u96c5", "\u5b9b\u70df", "\u742c\u7389", "\u6218\u58eba", "\u6218\u58ebb", "\u6e21\u8fba", "\u6e21\u90e8", "\u963f\u4f1f", "\u6587\u749f", "\u6587\u6e0a", "\u97e6\u5c14\u7eb3", "\u738b\u6273\u624b", "\u6b66\u6c9b", "\u6653\u98de", "\u8f9b\u7a0b", "\u661f\u706b", "\u661f\u7a00", "\u8f9b\u79c0", "\u79c0\u534e", "\u963f\u65ed", "\u5f90\u5218\u5e08", "\u77e2\u90e8", "\u516b\u6728", "\u5c71\u4e0a", "\u963f\u9633", "\u989c\u7b11", "\u5eb7\u660e", "\u6cf0\u4e45", "\u5b89\u6b66", "\u77e2\u7530\u5e78\u559c", "\u77e2\u7530\u8f9b\u559c", "\u4e49\u575a", "\u83ba\u513f", "\u76c8\u4e30", "\u5b9c\u5e74", "\u94f6\u674f", "\u9038\u8f69", "\u6a2a\u5c71", "\u6c38\u8d35", "\u6c38\u4e1a", "\u5609\u4e45", "\u5409\u5ddd", "\u4e49\u9ad8", "\u7528\u9ad8", "\u9633\u592a", "\u5143\u84c9", "\u73a5\u8f89", "\u6bd3\u534e", "\u6709\u9999", "\u5e78\u4e5f", "\u7531\u771f", "\u7ed3\u83dc", "\u97f5\u5b81", "\u767e\u5408", "\u767e\u5408\u534e", "\u5c24\u82cf\u6ce2\u592b", "\u88d5\u5b50", "\u60a0\u7b56", "\u60a0\u4e5f", "\u4e8e\u5ae3", "\u67da\u5b50", "\u8001\u90d1", "\u6b63\u8302", "\u5fd7\u6210", "\u82b7\u5de7", "\u77e5\u6613", "\u652f\u652f", "\u5468\u826f", "\u73e0\u51fd", "\u795d\u660e", "\u795d\u6d9b"],
54
+ "symbols": ["_", ",", ".", "!", "?", "-", "~", "\u2026", "A", "E", "I", "N", "O", "Q", "U", "a", "b", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "r", "s", "t", "u", "v", "w", "y", "z", "\u0283", "\u02a7", "\u02a6", "\u026f", "\u0279", "\u0259", "\u0265", "\u207c", "\u02b0", "`", "\u2192", "\u2193", "\u2191", " "]
55
+ }
vits/CJ/hayami_saori/D_2400.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be02ff8c22e18aa0a29f0e5eb28658c6f37bbd8735345108d12300b5496021ab
3
+ size 561093259
vits/CJ/hayami_saori/G_2400.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4363aab2dcd0f02abcfea02bfb6f01d538e0dbcfa696578433bfc854686a647a
3
+ size 476801415
vits/CJ/hayami_saori/config.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 10,
4
+ "eval_interval": 100,
5
+ "seed": 1234,
6
+ "epochs": 10000,
7
+ "learning_rate": 0.0002,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 16,
14
+ "fp16_run": true,
15
+ "lr_decay": 0.999875,
16
+ "segment_size": 8192,
17
+ "init_lr_ratio": 1,
18
+ "warmup_epochs": 0,
19
+ "c_mel": 45,
20
+ "c_kl": 1.0,
21
+ "keep_ckpts": 5
22
+ },
23
+ "data": {
24
+ "training_files": "dataset/vits/hayami_saori/train.txt",
25
+ "validation_files": "dataset/vits/hayami_saori/test.txt",
26
+ "text_cleaners": [
27
+ "cjke_cleaners2"
28
+ ],
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 22050,
31
+ "filter_length": 1024,
32
+ "hop_length": 256,
33
+ "win_length": 1024,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": null,
37
+ "add_blank": true,
38
+ "n_speakers": 1,
39
+ "cleaned_text": true
40
+ },
41
+ "model": {
42
+ "inter_channels": 192,
43
+ "hidden_channels": 192,
44
+ "filter_channels": 768,
45
+ "n_heads": 2,
46
+ "n_layers": 6,
47
+ "kernel_size": 3,
48
+ "p_dropout": 0.1,
49
+ "resblock": "1",
50
+ "resblock_kernel_sizes": [
51
+ 3,
52
+ 7,
53
+ 11
54
+ ],
55
+ "resblock_dilation_sizes": [
56
+ [
57
+ 1,
58
+ 3,
59
+ 5
60
+ ],
61
+ [
62
+ 1,
63
+ 3,
64
+ 5
65
+ ],
66
+ [
67
+ 1,
68
+ 3,
69
+ 5
70
+ ]
71
+ ],
72
+ "upsample_rates": [
73
+ 8,
74
+ 8,
75
+ 2,
76
+ 2
77
+ ],
78
+ "upsample_initial_channel": 512,
79
+ "upsample_kernel_sizes": [
80
+ 16,
81
+ 16,
82
+ 4,
83
+ 4
84
+ ],
85
+ "n_layers_q": 3,
86
+ "use_spectral_norm": false,
87
+ "gin_channels": 256
88
+ },
89
+ "speakers": {
90
+ "hayami_saori": 0
91
+ },
92
+ "symbols": [
93
+ "_",
94
+ ",",
95
+ ".",
96
+ "!",
97
+ "?",
98
+ "-",
99
+ "~",
100
+ "\u2026",
101
+ "A",
102
+ "E",
103
+ "I",
104
+ "N",
105
+ "O",
106
+ "Q",
107
+ "U",
108
+ "a",
109
+ "b",
110
+ "d",
111
+ "e",
112
+ "f",
113
+ "g",
114
+ "h",
115
+ "i",
116
+ "j",
117
+ "k",
118
+ "l",
119
+ "m",
120
+ "n",
121
+ "o",
122
+ "p",
123
+ "r",
124
+ "s",
125
+ "t",
126
+ "u",
127
+ "v",
128
+ "w",
129
+ "y",
130
+ "z",
131
+ "\u0283",
132
+ "\u02a7",
133
+ "\u02a6",
134
+ "\u026f",
135
+ "\u0279",
136
+ "\u0259",
137
+ "\u0265",
138
+ "\u207c",
139
+ "\u02b0",
140
+ "`",
141
+ "\u2192",
142
+ "\u2193",
143
+ "\u2191",
144
+ " "
145
+ ]
146
+ }
vits/CJ/hayami_saori/train.log ADDED
@@ -0,0 +1,640 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2023-06-29 07:03:51,508 hayami_saori INFO {'train': {'log_interval': 10, 'eval_interval': 100, 'seed': 1234, 'epochs': 10000, 'learning_rate': 0.0002, 'betas': [0.8, 0.99], 'eps': 1e-09, 'batch_size': 16, 'fp16_run': True, 'lr_decay': 0.999875, 'segment_size': 8192, 'init_lr_ratio': 1, 'warmup_epochs': 0, 'c_mel': 45, 'c_kl': 1.0, 'keep_ckpts': 5}, 'data': {'training_files': 'dataset/vits/hayami_saori/train.txt', 'validation_files': 'dataset/vits/hayami_saori/test.txt', 'text_cleaners': ['cjke_cleaners2'], 'max_wav_value': 32768.0, 'sampling_rate': 22050, 'filter_length': 1024, 'hop_length': 256, 'win_length': 1024, 'n_mel_channels': 80, 'mel_fmin': 0.0, 'mel_fmax': None, 'add_blank': True, 'n_speakers': 1, 'cleaned_text': True}, 'model': {'inter_channels': 192, 'hidden_channels': 192, 'filter_channels': 768, 'n_heads': 2, 'n_layers': 6, 'kernel_size': 3, 'p_dropout': 0.1, 'resblock': '1', 'resblock_kernel_sizes': [3, 7, 11], 'resblock_dilation_sizes': [[1, 3, 5], [1, 3, 5], [1, 3, 5]], 'upsample_rates': [8, 8, 2, 2], 'upsample_initial_channel': 512, 'upsample_kernel_sizes': [16, 16, 4, 4], 'n_layers_q': 3, 'use_spectral_norm': False, 'gin_channels': 256}, 'speakers': {'hayami_saori': 0}, 'symbols': ['_', ',', '.', '!', '?', '-', '~', '…', 'A', 'E', 'I', 'N', 'O', 'Q', 'U', 'a', 'b', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'r', 's', 't', 'u', 'v', 'w', 'y', 'z', 'ʃ', 'ʧ', 'ʦ', 'ɯ', 'ɹ', 'ə', 'ɥ', '⁼', 'ʰ', '`', '→', '↓', '↑', ' '], 'model_dir': '././pretrained_models/CJ', 'max_epochs': 50, 'drop_speaker_embed': True, 'save_dir': '././pretrained_models/CJ/hayami_saori'}
2
+ 2023-06-29 07:03:51,509 hayami_saori WARNING /home/jovyan/shared-fast/small_jin/TTS/tts/modules is not a git repository, therefore hash value comparison will be ignored.
3
+ 2023-06-29 07:04:08,452 hayami_saori INFO Loaded checkpoint '././pretrained_models/CJ/G_0.pth' (iteration None)
4
+ 2023-06-29 07:04:08,633 hayami_saori INFO Loaded checkpoint '././pretrained_models/CJ/D_0.pth' (iteration None)
5
+ 2023-06-29 07:04:16,720 hayami_saori INFO Train Epoch: 1 [0%]
6
+ 2023-06-29 07:04:16,738 hayami_saori INFO [2.4148952960968018, 1.9573085308074951, 15.175965309143066, 28.5584774017334, 4.527566432952881, 10.401738166809082, 0, 0.0002]
7
+ 2023-06-29 07:07:09,978 hayami_saori INFO {'train': {'log_interval': 10, 'eval_interval': 100, 'seed': 1234, 'epochs': 10000, 'learning_rate': 0.0002, 'betas': [0.8, 0.99], 'eps': 1e-09, 'batch_size': 16, 'fp16_run': True, 'lr_decay': 0.999875, 'segment_size': 8192, 'init_lr_ratio': 1, 'warmup_epochs': 0, 'c_mel': 45, 'c_kl': 1.0, 'keep_ckpts': 5}, 'data': {'training_files': 'dataset/vits/hayami_saori/train.txt', 'validation_files': 'dataset/vits/hayami_saori/test.txt', 'text_cleaners': ['cjke_cleaners2'], 'max_wav_value': 32768.0, 'sampling_rate': 22050, 'filter_length': 1024, 'hop_length': 256, 'win_length': 1024, 'n_mel_channels': 80, 'mel_fmin': 0.0, 'mel_fmax': None, 'add_blank': True, 'n_speakers': 1, 'cleaned_text': True}, 'model': {'inter_channels': 192, 'hidden_channels': 192, 'filter_channels': 768, 'n_heads': 2, 'n_layers': 6, 'kernel_size': 3, 'p_dropout': 0.1, 'resblock': '1', 'resblock_kernel_sizes': [3, 7, 11], 'resblock_dilation_sizes': [[1, 3, 5], [1, 3, 5], [1, 3, 5]], 'upsample_rates': [8, 8, 2, 2], 'upsample_initial_channel': 512, 'upsample_kernel_sizes': [16, 16, 4, 4], 'n_layers_q': 3, 'use_spectral_norm': False, 'gin_channels': 256}, 'speakers': {'hayami_saori': 0}, 'symbols': ['_', ',', '.', '!', '?', '-', '~', '…', 'A', 'E', 'I', 'N', 'O', 'Q', 'U', 'a', 'b', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'r', 's', 't', 'u', 'v', 'w', 'y', 'z', 'ʃ', 'ʧ', 'ʦ', 'ɯ', 'ɹ', 'ə', 'ɥ', '⁼', 'ʰ', '`', '→', '↓', '↑', ' '], 'model_dir': '././pretrained_models/CJ', 'max_epochs': 50, 'drop_speaker_embed': True, 'save_dir': '././pretrained_models/CJ/hayami_saori'}
8
+ 2023-06-29 07:07:09,979 hayami_saori WARNING /home/jovyan/shared-fast/small_jin/TTS/tts/modules is not a git repository, therefore hash value comparison will be ignored.
9
+ 2023-06-29 07:07:26,836 hayami_saori INFO Loaded checkpoint '././pretrained_models/CJ/G_0.pth' (iteration None)
10
+ 2023-06-29 07:07:27,015 hayami_saori INFO Loaded checkpoint '././pretrained_models/CJ/D_0.pth' (iteration None)
11
+ 2023-06-29 07:07:35,103 hayami_saori INFO Train Epoch: 1 [0%]
12
+ 2023-06-29 07:07:35,103 hayami_saori INFO [2.415303945541382, 1.955366611480713, 15.173412322998047, 28.56024742126465, 4.527566432952881, 10.401738166809082, 0, 0.0002]
13
+ 2023-06-29 07:07:37,837 hayami_saori INFO Saving model and optimizer state at iteration 1 to ././pretrained_models/CJ/hayami_saori/G_0.pth
14
+ 2023-06-29 07:07:40,763 hayami_saori INFO Saving model and optimizer state at iteration 1 to ././pretrained_models/CJ/hayami_saori/D_0.pth
15
+ 2023-06-29 07:07:58,793 hayami_saori INFO Train Epoch: 1 [20%]
16
+ 2023-06-29 07:07:58,793 hayami_saori INFO [2.4034852981567383, 2.752976894378662, 14.269832611083984, 23.393795013427734, 1.961277723312378, 5.502518653869629, 10, 0.0002]
17
+ 2023-06-29 07:08:13,675 hayami_saori INFO Train Epoch: 1 [41%]
18
+ 2023-06-29 07:08:13,676 hayami_saori INFO [2.464181900024414, 2.5130069255828857, 11.655496597290039, 22.931703567504883, 1.9367809295654297, 4.234439849853516, 20, 0.0002]
19
+ 2023-06-29 07:08:28,892 hayami_saori INFO Train Epoch: 1 [61%]
20
+ 2023-06-29 07:08:28,893 hayami_saori INFO [2.550309658050537, 2.6301047801971436, 10.65471076965332, 21.01021385192871, 1.9145945310592651, 3.632195234298706, 30, 0.0002]
21
+ 2023-06-29 07:08:43,935 hayami_saori INFO Train Epoch: 1 [82%]
22
+ 2023-06-29 07:08:43,935 hayami_saori INFO [2.3371353149414062, 2.9483401775360107, 16.23658561706543, 23.280763626098633, 1.850395679473877, 3.749044179916382, 40, 0.0002]
23
+ 2023-06-29 07:08:56,395 hayami_saori INFO ====> Epoch: 1
24
+ 2023-06-29 07:08:58,678 hayami_saori INFO Train Epoch: 2 [2%]
25
+ 2023-06-29 07:08:58,679 hayami_saori INFO [2.6245346069335938, 2.5224130153656006, 10.000239372253418, 19.53363609313965, 1.7808786630630493, 3.1213300228118896, 50, 0.000199975]
26
+ 2023-06-29 07:09:11,933 hayami_saori INFO Train Epoch: 2 [22%]
27
+ 2023-06-29 07:09:11,934 hayami_saori INFO [2.4569010734558105, 2.0051236152648926, 11.654377937316895, 18.768653869628906, 1.9343812465667725, 3.1014678478240967, 60, 0.000199975]
28
+ 2023-06-29 07:09:26,253 hayami_saori INFO Train Epoch: 2 [43%]
29
+ 2023-06-29 07:09:26,253 hayami_saori INFO [2.3816022872924805, 2.8158717155456543, 13.861983299255371, 22.615760803222656, 1.9058175086975098, 3.123018264770508, 70, 0.000199975]
30
+ 2023-06-29 07:09:40,041 hayami_saori INFO Train Epoch: 2 [63%]
31
+ 2023-06-29 07:09:40,042 hayami_saori INFO [2.3570830821990967, 2.496277332305908, 12.395816802978516, 19.647180557250977, 1.8191413879394531, 3.021329879760742, 80, 0.000199975]
32
+ 2023-06-29 07:09:51,372 hayami_saori INFO Train Epoch: 2 [84%]
33
+ 2023-06-29 07:09:51,373 hayami_saori INFO [49.91750717163086, 2.535435199737549, 20.41085433959961, 24.742998123168945, 1.834520697593689, 3.8816564083099365, 90, 0.000199975]
34
+ 2023-06-29 07:10:00,183 hayami_saori INFO ====> Epoch: 2
35
+ 2023-06-29 07:10:04,401 hayami_saori INFO Train Epoch: 3 [4%]
36
+ 2023-06-29 07:10:04,402 hayami_saori INFO [2.4339475631713867, 2.7782626152038574, 14.104252815246582, 21.801305770874023, 1.9432082176208496, 3.1068403720855713, 100, 0.000199950003125]
37
+ 2023-06-29 07:10:06,316 hayami_saori INFO Saving model and optimizer state at iteration 3 to ././pretrained_models/CJ/hayami_saori/G_100.pth
38
+ 2023-06-29 07:10:13,821 hayami_saori INFO Saving model and optimizer state at iteration 3 to ././pretrained_models/CJ/hayami_saori/D_100.pth
39
+ 2023-06-29 07:10:32,700 hayami_saori INFO Train Epoch: 3 [24%]
40
+ 2023-06-29 07:10:32,701 hayami_saori INFO [2.501366376876831, 2.1829593181610107, 8.86860179901123, 19.56905746459961, 1.7131617069244385, 3.3610520362854004, 110, 0.000199950003125]
41
+ 2023-06-29 07:10:43,693 hayami_saori INFO Train Epoch: 3 [45%]
42
+ 2023-06-29 07:10:43,694 hayami_saori INFO [2.3917248249053955, 2.430424928665161, 12.636144638061523, 21.39032745361328, 1.6970456838607788, 3.348926305770874, 120, 0.000199950003125]
43
+ 2023-06-29 07:10:53,993 hayami_saori INFO Train Epoch: 3 [65%]
44
+ 2023-06-29 07:10:53,994 hayami_saori INFO [2.4045145511627197, 2.800743818283081, 14.209778785705566, 19.703752517700195, 1.7504726648330688, 3.000690221786499, 130, 0.000199950003125]
45
+ 2023-06-29 07:11:06,595 hayami_saori INFO Train Epoch: 3 [86%]
46
+ 2023-06-29 07:11:06,596 hayami_saori INFO [2.322772979736328, 2.847234010696411, 14.692666053771973, 22.96240997314453, 1.6988275051116943, 3.303117513656616, 140, 0.000199950003125]
47
+ 2023-06-29 07:11:13,351 hayami_saori INFO ====> Epoch: 3
48
+ 2023-06-29 07:11:17,493 hayami_saori INFO Train Epoch: 4 [6%]
49
+ 2023-06-29 07:11:17,493 hayami_saori INFO [2.8780667781829834, 2.1388959884643555, 10.27435302734375, 20.487123489379883, 1.8354313373565674, 2.8630893230438232, 150, 0.00019992500937460937]
50
+ 2023-06-29 07:11:26,860 hayami_saori INFO Train Epoch: 4 [27%]
51
+ 2023-06-29 07:11:26,861 hayami_saori INFO [2.6563754081726074, 2.563876152038574, 8.932316780090332, 20.894996643066406, 1.7721666097640991, 2.6663994789123535, 160, 0.00019992500937460937]
52
+ 2023-06-29 07:11:36,834 hayami_saori INFO Train Epoch: 4 [47%]
53
+ 2023-06-29 07:11:36,835 hayami_saori INFO [2.3535642623901367, 2.615445137023926, 12.65529727935791, 21.710186004638672, 1.8739525079727173, 2.7245049476623535, 170, 0.00019992500937460937]
54
+ 2023-06-29 07:11:46,842 hayami_saori INFO Train Epoch: 4 [67%]
55
+ 2023-06-29 07:11:46,843 hayami_saori INFO [2.506063938140869, 2.285642385482788, 12.983855247497559, 21.370195388793945, 1.7117133140563965, 2.673158884048462, 180, 0.00019992500937460937]
56
+ 2023-06-29 07:11:59,904 hayami_saori INFO Train Epoch: 4 [88%]
57
+ 2023-06-29 07:11:59,905 hayami_saori INFO [2.4458632469177246, 2.1637954711914062, 11.8580322265625, 20.590688705444336, 1.7681994438171387, 2.997715473175049, 190, 0.00019992500937460937]
58
+ 2023-06-29 07:12:05,516 hayami_saori INFO ====> Epoch: 4
59
+ 2023-06-29 07:12:10,867 hayami_saori INFO Train Epoch: 5 [8%]
60
+ 2023-06-29 07:12:10,868 hayami_saori INFO [2.334707021713257, 2.1114180088043213, 9.48416519165039, 19.270723342895508, 1.813253402709961, 2.9389967918395996, 200, 0.00019990001874843754]
61
+ 2023-06-29 07:12:12,821 hayami_saori INFO Saving model and optimizer state at iteration 5 to ././pretrained_models/CJ/hayami_saori/G_200.pth
62
+ 2023-06-29 07:12:20,300 hayami_saori INFO Saving model and optimizer state at iteration 5 to ././pretrained_models/CJ/hayami_saori/D_200.pth
63
+ 2023-06-29 07:12:37,292 hayami_saori INFO Train Epoch: 5 [29%]
64
+ 2023-06-29 07:12:37,292 hayami_saori INFO [2.6567459106445312, 2.1721768379211426, 11.534528732299805, 20.80653953552246, 1.928968906402588, 2.9650847911834717, 210, 0.00019990001874843754]
65
+ 2023-06-29 07:12:47,788 hayami_saori INFO Train Epoch: 5 [49%]
66
+ 2023-06-29 07:12:47,789 hayami_saori INFO [2.6423850059509277, 2.320460081100464, 14.281855583190918, 21.92413330078125, 1.604156494140625, 2.9405696392059326, 220, 0.00019990001874843754]
67
+ 2023-06-29 07:12:58,792 hayami_saori INFO Train Epoch: 5 [69%]
68
+ 2023-06-29 07:12:58,793 hayami_saori INFO [2.3274855613708496, 2.3396785259246826, 12.858659744262695, 19.141393661499023, 1.7116544246673584, 2.6202774047851562, 230, 0.00019990001874843754]
69
+ 2023-06-29 07:13:08,088 hayami_saori INFO Train Epoch: 5 [90%]
70
+ 2023-06-29 07:13:08,089 hayami_saori INFO [2.384247303009033, 2.610724449157715, 12.069193840026855, 19.84625816345215, 1.7367292642593384, 2.9073426723480225, 240, 0.00019990001874843754]
71
+ 2023-06-29 07:13:13,442 hayami_saori INFO ====> Epoch: 5
72
+ 2023-06-29 07:13:18,370 hayami_saori INFO Train Epoch: 6 [10%]
73
+ 2023-06-29 07:13:18,371 hayami_saori INFO [2.606879472732544, 2.4092588424682617, 11.12101936340332, 20.01555824279785, 1.7007274627685547, 2.616189956665039, 250, 0.00019987503124609398]
74
+ 2023-06-29 07:13:29,111 hayami_saori INFO Train Epoch: 6 [31%]
75
+ 2023-06-29 07:13:29,112 hayami_saori INFO [2.6641461849212646, 2.2234880924224854, 9.785053253173828, 19.746620178222656, 1.7092729806900024, 2.8583381175994873, 260, 0.00019987503124609398]
76
+ 2023-06-29 07:13:38,927 hayami_saori INFO Train Epoch: 6 [51%]
77
+ 2023-06-29 07:13:38,928 hayami_saori INFO [2.456648349761963, 2.3063089847564697, 13.698739051818848, 21.608882904052734, 1.6033351421356201, 3.1251213550567627, 270, 0.00019987503124609398]
78
+ 2023-06-29 07:13:48,417 hayami_saori INFO Train Epoch: 6 [71%]
79
+ 2023-06-29 07:13:48,418 hayami_saori INFO [2.6269800662994385, 2.450899124145508, 10.20167064666748, 19.11766242980957, 1.7628531455993652, 2.611111640930176, 280, 0.00019987503124609398]
80
+ 2023-06-29 07:13:59,295 hayami_saori INFO Train Epoch: 6 [92%]
81
+ 2023-06-29 07:13:59,296 hayami_saori INFO [2.6544642448425293, 2.4443888664245605, 10.891581535339355, 19.607257843017578, 1.7377771139144897, 2.4760751724243164, 290, 0.00019987503124609398]
82
+ 2023-06-29 07:14:03,366 hayami_saori INFO ====> Epoch: 6
83
+ 2023-06-29 07:14:09,589 hayami_saori INFO Train Epoch: 7 [12%]
84
+ 2023-06-29 07:14:09,590 hayami_saori INFO [2.5786609649658203, 2.4388930797576904, 9.73031234741211, 18.443511962890625, 1.7446794509887695, 2.3880157470703125, 300, 0.0001998500468671882]
85
+ 2023-06-29 07:14:11,982 hayami_saori INFO Saving model and optimizer state at iteration 7 to ././pretrained_models/CJ/hayami_saori/G_300.pth
86
+ 2023-06-29 07:14:19,404 hayami_saori INFO Saving model and optimizer state at iteration 7 to ././pretrained_models/CJ/hayami_saori/D_300.pth
87
+ 2023-06-29 07:14:36,427 hayami_saori INFO Train Epoch: 7 [33%]
88
+ 2023-06-29 07:14:36,428 hayami_saori INFO [2.655834436416626, 2.2816858291625977, 12.50439167022705, 20.476655960083008, 1.6882073879241943, 2.7071518898010254, 310, 0.0001998500468671882]
89
+ 2023-06-29 07:14:47,321 hayami_saori INFO Train Epoch: 7 [53%]
90
+ 2023-06-29 07:14:47,322 hayami_saori INFO [2.588036298751831, 2.233855724334717, 11.08284854888916, 20.537872314453125, 1.7986180782318115, 2.7252297401428223, 320, 0.0001998500468671882]
91
+ 2023-06-29 07:14:58,010 hayami_saori INFO Train Epoch: 7 [73%]
92
+ 2023-06-29 07:14:58,011 hayami_saori INFO [2.5123300552368164, 2.175421953201294, 11.335184097290039, 21.336177825927734, 1.71199631690979, 2.8024849891662598, 330, 0.0001998500468671882]
93
+ 2023-06-29 07:15:08,436 hayami_saori INFO Train Epoch: 7 [94%]
94
+ 2023-06-29 07:15:08,437 hayami_saori INFO [2.6264026165008545, 2.2729651927948, 11.657124519348145, 31.63433074951172, 1.5894347429275513, 2.3197741508483887, 340, 0.0001998500468671882]
95
+ 2023-06-29 07:15:11,772 hayami_saori INFO ====> Epoch: 7
96
+ 2023-06-29 07:15:18,903 hayami_saori INFO Train Epoch: 8 [14%]
97
+ 2023-06-29 07:15:18,903 hayami_saori INFO [2.3437137603759766, 2.2897472381591797, 14.624082565307617, 21.41104507446289, 1.7694454193115234, 2.9877536296844482, 350, 0.00019982506561132978]
98
+ 2023-06-29 07:15:29,109 hayami_saori INFO Train Epoch: 8 [35%]
99
+ 2023-06-29 07:15:29,110 hayami_saori INFO [2.4867537021636963, 2.537489175796509, 12.546231269836426, 21.3063907623291, 1.7097347974777222, 2.921114683151245, 360, 0.00019982506561132978]
100
+ 2023-06-29 07:15:39,655 hayami_saori INFO Train Epoch: 8 [55%]
101
+ 2023-06-29 07:15:39,655 hayami_saori INFO [2.4976820945739746, 2.569995880126953, 14.229959487915039, 22.067155838012695, 1.804020643234253, 2.592123508453369, 370, 0.00019982506561132978]
102
+ 2023-06-29 07:15:49,837 hayami_saori INFO Train Epoch: 8 [76%]
103
+ 2023-06-29 07:15:49,838 hayami_saori INFO [2.5515124797821045, 2.4562647342681885, 12.636441230773926, 20.199251174926758, 1.708599328994751, 2.5738272666931152, 380, 0.00019982506561132978]
104
+ 2023-06-29 07:15:59,640 hayami_saori INFO Train Epoch: 8 [96%]
105
+ 2023-06-29 07:15:59,641 hayami_saori INFO [2.3406624794006348, 2.382647752761841, 13.483552932739258, 21.187379837036133, 1.7136805057525635, 2.7507073879241943, 390, 0.00019982506561132978]
106
+ 2023-06-29 07:16:01,699 hayami_saori INFO ====> Epoch: 8
107
+ 2023-06-29 07:16:09,589 hayami_saori INFO Train Epoch: 9 [16%]
108
+ 2023-06-29 07:16:09,590 hayami_saori INFO [25.931076049804688, 3.273555278778076, 15.693835258483887, 22.098541259765625, 1.6673617362976074, 2.835991859436035, 400, 0.00019980008747812837]
109
+ 2023-06-29 07:16:11,546 hayami_saori INFO Saving model and optimizer state at iteration 9 to ././pretrained_models/CJ/hayami_saori/G_400.pth
110
+ 2023-06-29 07:16:19,008 hayami_saori INFO Saving model and optimizer state at iteration 9 to ././pretrained_models/CJ/hayami_saori/D_400.pth
111
+ 2023-06-29 07:16:36,113 hayami_saori INFO Train Epoch: 9 [37%]
112
+ 2023-06-29 07:16:36,114 hayami_saori INFO [2.7142605781555176, 2.4261715412139893, 10.073023796081543, 19.76064109802246, 1.738170862197876, 2.6668505668640137, 410, 0.00019980008747812837]
113
+ 2023-06-29 07:16:46,023 hayami_saori INFO Train Epoch: 9 [57%]
114
+ 2023-06-29 07:16:46,024 hayami_saori INFO [2.4381394386291504, 2.232830286026001, 10.5343656539917, 19.51060676574707, 1.6437174081802368, 2.3922715187072754, 420, 0.00019980008747812837]
115
+ 2023-06-29 07:16:55,709 hayami_saori INFO Train Epoch: 9 [78%]
116
+ 2023-06-29 07:16:55,709 hayami_saori INFO [2.366898775100708, 2.42229962348938, 14.73511791229248, 22.453113555908203, 1.798123836517334, 2.801278591156006, 430, 0.00019980008747812837]
117
+ 2023-06-29 07:17:05,155 hayami_saori INFO Train Epoch: 9 [98%]
118
+ 2023-06-29 07:17:05,156 hayami_saori INFO [2.357252597808838, 2.7336530685424805, 17.7647647857666, 23.00668716430664, 2.455239772796631, 2.9683992862701416, 440, 0.00019980008747812837]
119
+ 2023-06-29 07:17:06,296 hayami_saori INFO ====> Epoch: 9
120
+ 2023-06-29 07:17:14,559 hayami_saori INFO Train Epoch: 10 [18%]
121
+ 2023-06-29 07:17:14,559 hayami_saori INFO [2.624401330947876, 2.385627031326294, 12.840315818786621, 23.16322135925293, 1.727642297744751, 3.108712911605835, 450, 0.0001997751124671936]
122
+ 2023-06-29 07:17:25,405 hayami_saori INFO Train Epoch: 10 [39%]
123
+ 2023-06-29 07:17:25,405 hayami_saori INFO [2.7662928104400635, 2.206698179244995, 12.017352104187012, 20.87299346923828, 1.8596515655517578, 2.5491106510162354, 460, 0.0001997751124671936]
124
+ 2023-06-29 07:17:35,379 hayami_saori INFO Train Epoch: 10 [59%]
125
+ 2023-06-29 07:17:35,380 hayami_saori INFO [2.5571677684783936, 2.2194788455963135, 10.10673713684082, 20.467056274414062, 1.6892991065979004, 2.587968111038208, 470, 0.0001997751124671936]
126
+ 2023-06-29 07:17:45,894 hayami_saori INFO Train Epoch: 10 [80%]
127
+ 2023-06-29 07:17:45,895 hayami_saori INFO [2.5025887489318848, 2.5151255130767822, 12.154911041259766, 19.934825897216797, 1.7960116863250732, 2.940201997756958, 480, 0.0001997751124671936]
128
+ 2023-06-29 07:17:55,852 hayami_saori INFO ====> Epoch: 10
129
+ 2023-06-29 07:17:56,603 hayami_saori INFO Train Epoch: 11 [0%]
130
+ 2023-06-29 07:17:56,604 hayami_saori INFO [2.6347944736480713, 2.6005117893218994, 12.546980857849121, 22.19497299194336, 1.687439203262329, 3.0471673011779785, 490, 0.00019975014057813518]
131
+ 2023-06-29 07:18:07,257 hayami_saori INFO Train Epoch: 11 [20%]
132
+ 2023-06-29 07:18:07,257 hayami_saori INFO [2.49853515625, 2.634211301803589, 9.753374099731445, 19.32163429260254, 2.0372214317321777, 2.954728364944458, 500, 0.00019975014057813518]
133
+ 2023-06-29 07:18:09,214 hayami_saori INFO Saving model and optimizer state at iteration 11 to ././pretrained_models/CJ/hayami_saori/G_500.pth
134
+ 2023-06-29 07:18:16,996 hayami_saori INFO Saving model and optimizer state at iteration 11 to ././pretrained_models/CJ/hayami_saori/D_500.pth
135
+ 2023-06-29 07:18:36,202 hayami_saori INFO Train Epoch: 11 [41%]
136
+ 2023-06-29 07:18:36,202 hayami_saori INFO [2.5595598220825195, 2.371356964111328, 8.528894424438477, 18.960947036743164, 1.7902021408081055, 2.808590888977051, 510, 0.00019975014057813518]
137
+ 2023-06-29 07:18:47,492 hayami_saori INFO Train Epoch: 11 [61%]
138
+ 2023-06-29 07:18:47,493 hayami_saori INFO [2.555083751678467, 2.473073720932007, 14.162034034729004, 21.52798843383789, 1.6929736137390137, 2.8831162452697754, 520, 0.00019975014057813518]
139
+ 2023-06-29 07:18:56,844 hayami_saori INFO Train Epoch: 11 [82%]
140
+ 2023-06-29 07:18:56,845 hayami_saori INFO [2.4221386909484863, 2.716974973678589, 12.874739646911621, 20.74833106994629, 1.8074564933776855, 2.6056013107299805, 530, 0.00019975014057813518]
141
+ 2023-06-29 07:19:04,926 hayami_saori INFO ====> Epoch: 11
142
+ 2023-06-29 07:19:06,902 hayami_saori INFO Train Epoch: 12 [2%]
143
+ 2023-06-29 07:19:06,902 hayami_saori INFO [2.483621120452881, 2.684119701385498, 17.673046112060547, 22.659143447875977, 1.7440929412841797, 2.5620296001434326, 540, 0.00019972517181056292]
144
+ 2023-06-29 07:19:18,833 hayami_saori INFO Train Epoch: 12 [22%]
145
+ 2023-06-29 07:19:18,834 hayami_saori INFO [2.53171443939209, 2.473639488220215, 10.738585472106934, 19.245309829711914, 1.907543420791626, 2.5338902473449707, 550, 0.00019972517181056292]
146
+ 2023-06-29 07:19:29,851 hayami_saori INFO Train Epoch: 12 [43%]
147
+ 2023-06-29 07:19:29,852 hayami_saori INFO [2.3652896881103516, 2.6540589332580566, 11.38491439819336, 18.876873016357422, 1.8323439359664917, 2.702784776687622, 560, 0.00019972517181056292]
148
+ 2023-06-29 07:19:39,870 hayami_saori INFO Train Epoch: 12 [63%]
149
+ 2023-06-29 07:19:39,871 hayami_saori INFO [2.588344097137451, 2.3196702003479004, 9.206258773803711, 21.51946258544922, 1.6798713207244873, 2.4174442291259766, 570, 0.00019972517181056292]
150
+ 2023-06-29 07:19:49,389 hayami_saori INFO Train Epoch: 12 [84%]
151
+ 2023-06-29 07:19:49,390 hayami_saori INFO [2.3992674350738525, 2.597480297088623, 10.46893310546875, 20.177297592163086, 1.6826059818267822, 2.601405143737793, 580, 0.00019972517181056292]
152
+ 2023-06-29 07:19:57,059 hayami_saori INFO ====> Epoch: 12
153
+ 2023-06-29 07:19:59,630 hayami_saori INFO Train Epoch: 13 [4%]
154
+ 2023-06-29 07:19:59,631 hayami_saori INFO [2.3195533752441406, 2.429260730743408, 14.989375114440918, 24.453807830810547, 2.0074093341827393, 2.87805438041687, 590, 0.0001997002061640866]
155
+ 2023-06-29 07:20:09,828 hayami_saori INFO Train Epoch: 13 [24%]
156
+ 2023-06-29 07:20:09,829 hayami_saori INFO [2.3619863986968994, 2.569514513015747, 9.787115097045898, 19.952476501464844, 1.8182885646820068, 2.952824115753174, 600, 0.0001997002061640866]
157
+ 2023-06-29 07:20:12,113 hayami_saori INFO Saving model and optimizer state at iteration 13 to ././pretrained_models/CJ/hayami_saori/G_600.pth
158
+ 2023-06-29 07:20:19,584 hayami_saori INFO Saving model and optimizer state at iteration 13 to ././pretrained_models/CJ/hayami_saori/D_600.pth
159
+ 2023-06-29 07:20:28,327 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_100.pth
160
+ 2023-06-29 07:20:28,418 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_100.pth
161
+ 2023-06-29 07:20:37,094 hayami_saori INFO Train Epoch: 13 [45%]
162
+ 2023-06-29 07:20:37,095 hayami_saori INFO [2.307776927947998, 2.649510622024536, 13.503520965576172, 21.61137580871582, 1.738163948059082, 2.3270010948181152, 610, 0.0001997002061640866]
163
+ 2023-06-29 07:20:46,415 hayami_saori INFO Train Epoch: 13 [65%]
164
+ 2023-06-29 07:20:46,416 hayami_saori INFO [2.542452335357666, 2.7706661224365234, 10.449666023254395, 20.0516357421875, 1.757767915725708, 2.5613629817962646, 620, 0.0001997002061640866]
165
+ 2023-06-29 07:20:57,099 hayami_saori INFO Train Epoch: 13 [86%]
166
+ 2023-06-29 07:20:57,100 hayami_saori INFO [2.5923891067504883, 2.6221120357513428, 8.811888694763184, 18.893587112426758, 1.832344651222229, 2.4001073837280273, 630, 0.0001997002061640866]
167
+ 2023-06-29 07:21:03,625 hayami_saori INFO ====> Epoch: 13
168
+ 2023-06-29 07:21:07,348 hayami_saori INFO Train Epoch: 14 [6%]
169
+ 2023-06-29 07:21:07,349 hayami_saori INFO [2.4412384033203125, 2.632542371749878, 10.386760711669922, 19.491985321044922, 1.7141493558883667, 2.502042293548584, 640, 0.00019967524363831608]
170
+ 2023-06-29 07:21:16,780 hayami_saori INFO Train Epoch: 14 [27%]
171
+ 2023-06-29 07:21:16,781 hayami_saori INFO [2.5454440116882324, 2.439345121383667, 12.78982925415039, 20.039749145507812, 1.8091360330581665, 2.628812313079834, 650, 0.00019967524363831608]
172
+ 2023-06-29 07:21:27,450 hayami_saori INFO Train Epoch: 14 [47%]
173
+ 2023-06-29 07:21:27,451 hayami_saori INFO [2.439908027648926, 2.4504988193511963, 14.075276374816895, 22.255859375, 1.7430158853530884, 2.6005184650421143, 660, 0.00019967524363831608]
174
+ 2023-06-29 07:21:37,586 hayami_saori INFO Train Epoch: 14 [67%]
175
+ 2023-06-29 07:21:37,587 hayami_saori INFO [2.505280017852783, 2.524658679962158, 11.242012977600098, 21.07082176208496, 1.76711106300354, 2.9720230102539062, 670, 0.00019967524363831608]
176
+ 2023-06-29 07:21:47,496 hayami_saori INFO Train Epoch: 14 [88%]
177
+ 2023-06-29 07:21:47,497 hayami_saori INFO [2.5110185146331787, 2.4616730213165283, 10.619397163391113, 20.005144119262695, 1.8107980489730835, 2.613523244857788, 680, 0.00019967524363831608]
178
+ 2023-06-29 07:21:54,879 hayami_saori INFO ====> Epoch: 14
179
+ 2023-06-29 07:22:00,388 hayami_saori INFO Train Epoch: 15 [8%]
180
+ 2023-06-29 07:22:00,389 hayami_saori INFO [2.4323301315307617, 2.3605782985687256, 12.927266120910645, 20.973655700683594, 1.7540175914764404, 2.657269239425659, 690, 0.0001996502842328613]
181
+ 2023-06-29 07:22:09,769 hayami_saori INFO Train Epoch: 15 [29%]
182
+ 2023-06-29 07:22:09,770 hayami_saori INFO [2.683933734893799, 2.436375856399536, 12.071840286254883, 19.51763343811035, 1.7229914665222168, 2.381838321685791, 700, 0.0001996502842328613]
183
+ 2023-06-29 07:22:11,711 hayami_saori INFO Saving model and optimizer state at iteration 15 to ././pretrained_models/CJ/hayami_saori/G_700.pth
184
+ 2023-06-29 07:22:19,261 hayami_saori INFO Saving model and optimizer state at iteration 15 to ././pretrained_models/CJ/hayami_saori/D_700.pth
185
+ 2023-06-29 07:22:27,949 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_200.pth
186
+ 2023-06-29 07:22:28,044 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_200.pth
187
+ 2023-06-29 07:22:36,386 hayami_saori INFO Train Epoch: 15 [49%]
188
+ 2023-06-29 07:22:36,386 hayami_saori INFO [2.2334108352661133, 2.728217601776123, 14.717147827148438, 20.775653839111328, 1.6937026977539062, 2.4848859310150146, 710, 0.0001996502842328613]
189
+ 2023-06-29 07:22:47,804 hayami_saori INFO Train Epoch: 15 [69%]
190
+ 2023-06-29 07:22:47,804 hayami_saori INFO [2.277149200439453, 2.8021888732910156, 12.87065601348877, 20.985904693603516, 1.7551792860031128, 2.7888150215148926, 720, 0.0001996502842328613]
191
+ 2023-06-29 07:22:57,744 hayami_saori INFO Train Epoch: 15 [90%]
192
+ 2023-06-29 07:22:57,745 hayami_saori INFO [2.1181857585906982, 2.650639295578003, 15.229172706604004, 21.73836326599121, 1.7748184204101562, 2.957768678665161, 730, 0.0001996502842328613]
193
+ 2023-06-29 07:23:04,458 hayami_saori INFO ====> Epoch: 15
194
+ 2023-06-29 07:23:10,177 hayami_saori INFO Train Epoch: 16 [10%]
195
+ 2023-06-29 07:23:10,177 hayami_saori INFO [2.3521838188171387, 3.0416414737701416, 12.559107780456543, 22.99439239501953, 1.874582290649414, 3.291053533554077, 740, 0.00019962532794733217]
196
+ 2023-06-29 07:23:20,120 hayami_saori INFO Train Epoch: 16 [31%]
197
+ 2023-06-29 07:23:20,120 hayami_saori INFO [2.2971251010894775, 2.4947612285614014, 12.140521049499512, 20.399057388305664, 1.9598720073699951, 2.2555017471313477, 750, 0.00019962532794733217]
198
+ 2023-06-29 07:23:29,525 hayami_saori INFO Train Epoch: 16 [51%]
199
+ 2023-06-29 07:23:29,526 hayami_saori INFO [2.3153133392333984, 2.452775716781616, 14.664544105529785, 20.931873321533203, 1.700395107269287, 2.652690887451172, 760, 0.00019962532794733217]
200
+ 2023-06-29 07:23:39,744 hayami_saori INFO Train Epoch: 16 [71%]
201
+ 2023-06-29 07:23:39,745 hayami_saori INFO [2.1499385833740234, 2.9034690856933594, 12.049684524536133, 20.323450088500977, 1.6916358470916748, 2.5357396602630615, 770, 0.00019962532794733217]
202
+ 2023-06-29 07:23:48,909 hayami_saori INFO Train Epoch: 16 [92%]
203
+ 2023-06-29 07:23:48,910 hayami_saori INFO [2.2689595222473145, 2.81549334526062, 12.817021369934082, 19.07428741455078, 1.8727712631225586, 2.6665713787078857, 780, 0.00019962532794733217]
204
+ 2023-06-29 07:23:52,870 hayami_saori INFO ====> Epoch: 16
205
+ 2023-06-29 07:23:58,818 hayami_saori INFO Train Epoch: 17 [12%]
206
+ 2023-06-29 07:23:58,819 hayami_saori INFO [2.201349973678589, 2.941875457763672, 14.160812377929688, 22.331743240356445, 1.8394609689712524, 3.12357497215271, 790, 0.00019960037478133875]
207
+ 2023-06-29 07:24:09,593 hayami_saori INFO Train Epoch: 17 [33%]
208
+ 2023-06-29 07:24:09,594 hayami_saori INFO [2.2131948471069336, 2.6198620796203613, 12.063987731933594, 21.367799758911133, 1.7051825523376465, 2.4844558238983154, 800, 0.00019960037478133875]
209
+ 2023-06-29 07:24:11,594 hayami_saori INFO Saving model and optimizer state at iteration 17 to ././pretrained_models/CJ/hayami_saori/G_800.pth
210
+ 2023-06-29 07:24:19,390 hayami_saori INFO Saving model and optimizer state at iteration 17 to ././pretrained_models/CJ/hayami_saori/D_800.pth
211
+ 2023-06-29 07:24:28,095 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_300.pth
212
+ 2023-06-29 07:24:28,190 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_300.pth
213
+ 2023-06-29 07:24:36,426 hayami_saori INFO Train Epoch: 17 [53%]
214
+ 2023-06-29 07:24:36,427 hayami_saori INFO [2.477813720703125, 2.9454586505889893, 12.620022773742676, 22.21306037902832, 1.7060377597808838, 2.804403305053711, 810, 0.00019960037478133875]
215
+ 2023-06-29 07:24:46,699 hayami_saori INFO Train Epoch: 17 [73%]
216
+ 2023-06-29 07:24:46,699 hayami_saori INFO [2.303891658782959, 2.833611488342285, 13.863056182861328, 22.071821212768555, 1.7144014835357666, 2.2877676486968994, 820, 0.00019960037478133875]
217
+ 2023-06-29 07:24:56,180 hayami_saori INFO Train Epoch: 17 [94%]
218
+ 2023-06-29 07:24:56,180 hayami_saori INFO [2.445432662963867, 2.8136298656463623, 10.90759563446045, 19.882314682006836, 1.6942851543426514, 2.4160377979278564, 830, 0.00019960037478133875]
219
+ 2023-06-29 07:24:58,720 hayami_saori INFO ====> Epoch: 17
220
+ 2023-06-29 07:25:05,802 hayami_saori INFO Train Epoch: 18 [14%]
221
+ 2023-06-29 07:25:05,803 hayami_saori INFO [2.3873648643493652, 2.5788018703460693, 11.582283020019531, 20.854339599609375, 1.774182677268982, 2.408454179763794, 840, 0.00019957542473449108]
222
+ 2023-06-29 07:25:16,251 hayami_saori INFO Train Epoch: 18 [35%]
223
+ 2023-06-29 07:25:16,252 hayami_saori INFO [2.2875092029571533, 2.777069091796875, 13.010604858398438, 21.69106674194336, 1.7172731161117554, 2.8265092372894287, 850, 0.00019957542473449108]
224
+ 2023-06-29 07:25:26,701 hayami_saori INFO Train Epoch: 18 [55%]
225
+ 2023-06-29 07:25:26,702 hayami_saori INFO [2.285367012023926, 2.710268974304199, 15.234748840332031, 20.17611312866211, 1.80503249168396, 2.6315746307373047, 860, 0.00019957542473449108]
226
+ 2023-06-29 07:25:40,471 hayami_saori INFO Train Epoch: 18 [76%]
227
+ 2023-06-29 07:25:40,472 hayami_saori INFO [6.047519683837891, 2.164804458618164, 16.066162109375, 22.44806480407715, 1.6279256343841553, 2.6147851943969727, 870, 0.00019957542473449108]
228
+ 2023-06-29 07:25:54,822 hayami_saori INFO Train Epoch: 18 [96%]
229
+ 2023-06-29 07:25:54,822 hayami_saori INFO [2.4539899826049805, 2.500868082046509, 11.933488845825195, 21.66316795349121, 1.807773470878601, 2.2428150177001953, 880, 0.00019957542473449108]
230
+ 2023-06-29 07:25:57,009 hayami_saori INFO ====> Epoch: 18
231
+ 2023-06-29 07:26:04,358 hayami_saori INFO Train Epoch: 19 [16%]
232
+ 2023-06-29 07:26:04,358 hayami_saori INFO [2.5497050285339355, 2.3298420906066895, 11.038858413696289, 21.519702911376953, 1.8019498586654663, 2.6072592735290527, 890, 0.00019955047780639926]
233
+ 2023-06-29 07:26:14,163 hayami_saori INFO Train Epoch: 19 [37%]
234
+ 2023-06-29 07:26:14,164 hayami_saori INFO [2.4810826778411865, 2.3365635871887207, 11.001773834228516, 19.81203269958496, 1.706465482711792, 2.4700112342834473, 900, 0.00019955047780639926]
235
+ 2023-06-29 07:26:16,130 hayami_saori INFO Saving model and optimizer state at iteration 19 to ././pretrained_models/CJ/hayami_saori/G_900.pth
236
+ 2023-06-29 07:26:23,612 hayami_saori INFO Saving model and optimizer state at iteration 19 to ././pretrained_models/CJ/hayami_saori/D_900.pth
237
+ 2023-06-29 07:26:32,304 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_400.pth
238
+ 2023-06-29 07:26:32,395 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_400.pth
239
+ 2023-06-29 07:26:40,697 hayami_saori INFO Train Epoch: 19 [57%]
240
+ 2023-06-29 07:26:40,698 hayami_saori INFO [2.2768564224243164, 2.530033588409424, 12.949357986450195, 19.826480865478516, 1.6822361946105957, 2.517605781555176, 910, 0.00019955047780639926]
241
+ 2023-06-29 07:26:50,383 hayami_saori INFO Train Epoch: 19 [78%]
242
+ 2023-06-29 07:26:50,383 hayami_saori INFO [2.386096239089966, 2.4604735374450684, 12.454183578491211, 18.567087173461914, 1.7608569860458374, 2.1407411098480225, 920, 0.00019955047780639926]
243
+ 2023-06-29 07:27:01,735 hayami_saori INFO Train Epoch: 19 [98%]
244
+ 2023-06-29 07:27:01,736 hayami_saori INFO [2.509319543838501, 2.3315327167510986, 10.862567901611328, 18.315414428710938, 1.5831325054168701, 3.147479772567749, 930, 0.00019955047780639926]
245
+ 2023-06-29 07:27:03,174 hayami_saori INFO ====> Epoch: 19
246
+ 2023-06-29 07:27:11,562 hayami_saori INFO Train Epoch: 20 [18%]
247
+ 2023-06-29 07:27:11,563 hayami_saori INFO [2.549408435821533, 2.43729305267334, 11.153390884399414, 20.912385940551758, 1.7404022216796875, 2.2046430110931396, 940, 0.00019952553399667344]
248
+ 2023-06-29 07:27:20,660 hayami_saori INFO Train Epoch: 20 [39%]
249
+ 2023-06-29 07:27:20,661 hayami_saori INFO [2.3634376525878906, 2.6698362827301025, 11.382375717163086, 18.7277889251709, 1.779555320739746, 2.3091673851013184, 950, 0.00019952553399667344]
250
+ 2023-06-29 07:27:31,190 hayami_saori INFO Train Epoch: 20 [59%]
251
+ 2023-06-29 07:27:31,191 hayami_saori INFO [2.5437397956848145, 2.5042080879211426, 10.183255195617676, 21.249906539916992, 1.6493667364120483, 2.340407133102417, 960, 0.00019952553399667344]
252
+ 2023-06-29 07:27:40,605 hayami_saori INFO Train Epoch: 20 [80%]
253
+ 2023-06-29 07:27:40,606 hayami_saori INFO [2.5870730876922607, 2.631568431854248, 11.956031799316406, 21.78592300415039, 1.771415114402771, 2.668045997619629, 970, 0.00019952553399667344]
254
+ 2023-06-29 07:27:52,240 hayami_saori INFO ====> Epoch: 20
255
+ 2023-06-29 07:27:53,205 hayami_saori INFO Train Epoch: 21 [0%]
256
+ 2023-06-29 07:27:53,206 hayami_saori INFO [2.2676165103912354, 2.5668134689331055, 12.273181915283203, 21.21225929260254, 1.7966957092285156, 2.754192590713501, 980, 0.00019950059330492385]
257
+ 2023-06-29 07:28:02,804 hayami_saori INFO Train Epoch: 21 [20%]
258
+ 2023-06-29 07:28:02,805 hayami_saori INFO [2.398756742477417, 2.1629772186279297, 10.851099014282227, 19.33053970336914, 1.8729288578033447, 2.976069211959839, 990, 0.00019950059330492385]
259
+ 2023-06-29 07:28:12,296 hayami_saori INFO Train Epoch: 21 [41%]
260
+ 2023-06-29 07:28:12,297 hayami_saori INFO [2.4086644649505615, 2.444143295288086, 9.433197021484375, 19.07355308532715, 1.618929147720337, 2.794785261154175, 1000, 0.00019950059330492385]
261
+ 2023-06-29 07:28:14,211 hayami_saori INFO Saving model and optimizer state at iteration 21 to ././pretrained_models/CJ/hayami_saori/G_1000.pth
262
+ 2023-06-29 07:28:21,716 hayami_saori INFO Saving model and optimizer state at iteration 21 to ././pretrained_models/CJ/hayami_saori/D_1000.pth
263
+ 2023-06-29 07:28:30,995 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_500.pth
264
+ 2023-06-29 07:28:31,088 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_500.pth
265
+ 2023-06-29 07:28:39,240 hayami_saori INFO Train Epoch: 21 [61%]
266
+ 2023-06-29 07:28:39,240 hayami_saori INFO [2.3072516918182373, 2.5584185123443604, 12.486286163330078, 19.428062438964844, 1.8456330299377441, 2.4908714294433594, 1010, 0.00019950059330492385]
267
+ 2023-06-29 07:28:49,380 hayami_saori INFO Train Epoch: 21 [82%]
268
+ 2023-06-29 07:28:49,380 hayami_saori INFO [2.320760726928711, 2.68880033493042, 10.898458480834961, 20.757539749145508, 1.7337734699249268, 2.6795506477355957, 1020, 0.00019950059330492385]
269
+ 2023-06-29 07:28:57,449 hayami_saori INFO ====> Epoch: 21
270
+ 2023-06-29 07:28:59,094 hayami_saori INFO Train Epoch: 22 [2%]
271
+ 2023-06-29 07:28:59,095 hayami_saori INFO [2.3714983463287354, 2.657721519470215, 13.088848114013672, 20.197097778320312, 1.7310874462127686, 2.5918004512786865, 1030, 0.00019947565573076072]
272
+ 2023-06-29 07:29:08,626 hayami_saori INFO Train Epoch: 22 [22%]
273
+ 2023-06-29 07:29:08,626 hayami_saori INFO [2.47629714012146, 2.6420154571533203, 8.214969635009766, 19.52816390991211, 1.8107497692108154, 2.714327335357666, 1040, 0.00019947565573076072]
274
+ 2023-06-29 07:29:18,258 hayami_saori INFO Train Epoch: 22 [43%]
275
+ 2023-06-29 07:29:18,259 hayami_saori INFO [2.359133005142212, 2.5239644050598145, 12.155696868896484, 20.75019073486328, 1.7586009502410889, 2.055204153060913, 1050, 0.00019947565573076072]
276
+ 2023-06-29 07:29:27,977 hayami_saori INFO Train Epoch: 22 [63%]
277
+ 2023-06-29 07:29:27,978 hayami_saori INFO [2.2803754806518555, 2.8137564659118652, 15.188599586486816, 21.485689163208008, 1.8546068668365479, 2.8355021476745605, 1060, 0.00019947565573076072]
278
+ 2023-06-29 07:29:37,124 hayami_saori INFO Train Epoch: 22 [84%]
279
+ 2023-06-29 07:29:37,125 hayami_saori INFO [2.0912463665008545, 2.8034377098083496, 14.25006103515625, 21.98583984375, 1.6693592071533203, 2.7555220127105713, 1070, 0.00019947565573076072]
280
+ 2023-06-29 07:29:44,256 hayami_saori INFO ====> Epoch: 22
281
+ 2023-06-29 07:29:46,672 hayami_saori INFO Train Epoch: 23 [4%]
282
+ 2023-06-29 07:29:46,672 hayami_saori INFO [2.6204750537872314, 2.3511054515838623, 10.09430980682373, 19.361562728881836, 1.7185919284820557, 2.6813042163848877, 1080, 0.00019945072127379438]
283
+ 2023-06-29 07:29:56,172 hayami_saori INFO Train Epoch: 23 [24%]
284
+ 2023-06-29 07:29:56,173 hayami_saori INFO [2.2757163047790527, 2.5305418968200684, 13.35582160949707, 22.13849639892578, 1.7943674325942993, 2.6976873874664307, 1090, 0.00019945072127379438]
285
+ 2023-06-29 07:30:05,780 hayami_saori INFO Train Epoch: 23 [45%]
286
+ 2023-06-29 07:30:05,781 hayami_saori INFO [2.394900321960449, 2.39951753616333, 11.680608749389648, 19.59908676147461, 1.7080702781677246, 2.2077932357788086, 1100, 0.00019945072127379438]
287
+ 2023-06-29 07:30:08,065 hayami_saori INFO Saving model and optimizer state at iteration 23 to ././pretrained_models/CJ/hayami_saori/G_1100.pth
288
+ 2023-06-29 07:30:15,951 hayami_saori INFO Saving model and optimizer state at iteration 23 to ././pretrained_models/CJ/hayami_saori/D_1100.pth
289
+ 2023-06-29 07:30:25,092 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_600.pth
290
+ 2023-06-29 07:30:25,220 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_600.pth
291
+ 2023-06-29 07:30:33,573 hayami_saori INFO Train Epoch: 23 [65%]
292
+ 2023-06-29 07:30:33,574 hayami_saori INFO [2.4632139205932617, 2.1823201179504395, 12.434211730957031, 20.751399993896484, 1.6883924007415771, 2.201291799545288, 1110, 0.00019945072127379438]
293
+ 2023-06-29 07:30:42,672 hayami_saori INFO Train Epoch: 23 [86%]
294
+ 2023-06-29 07:30:42,673 hayami_saori INFO [2.445427894592285, 2.4120962619781494, 10.246373176574707, 20.723695755004883, 1.6202280521392822, 2.779355525970459, 1120, 0.00019945072127379438]
295
+ 2023-06-29 07:30:49,093 hayami_saori INFO ====> Epoch: 23
296
+ 2023-06-29 07:30:52,435 hayami_saori INFO Train Epoch: 24 [6%]
297
+ 2023-06-29 07:30:52,435 hayami_saori INFO [2.4660747051239014, 2.528815269470215, 11.309304237365723, 18.46674156188965, 1.637086272239685, 2.738003730773926, 1130, 0.00019942578993363514]
298
+ 2023-06-29 07:31:01,817 hayami_saori INFO Train Epoch: 24 [27%]
299
+ 2023-06-29 07:31:01,817 hayami_saori INFO [2.291022539138794, 2.958341598510742, 16.859981536865234, 21.977188110351562, 1.7424269914627075, 2.552762985229492, 1140, 0.00019942578993363514]
300
+ 2023-06-29 07:31:11,892 hayami_saori INFO Train Epoch: 24 [47%]
301
+ 2023-06-29 07:31:11,892 hayami_saori INFO [2.3357036113739014, 2.6925036907196045, 10.44455337524414, 20.053495407104492, 1.6568776369094849, 2.687786340713501, 1150, 0.00019942578993363514]
302
+ 2023-06-29 07:31:22,711 hayami_saori INFO Train Epoch: 24 [67%]
303
+ 2023-06-29 07:31:22,712 hayami_saori INFO [2.3836276531219482, 2.9830143451690674, 13.930070877075195, 20.02952766418457, 1.5941370725631714, 2.4375851154327393, 1160, 0.00019942578993363514]
304
+ 2023-06-29 07:31:32,209 hayami_saori INFO Train Epoch: 24 [88%]
305
+ 2023-06-29 07:31:32,210 hayami_saori INFO [2.3084657192230225, 2.961683511734009, 14.126622200012207, 21.45185089111328, 1.7564955949783325, 2.675055503845215, 1170, 0.00019942578993363514]
306
+ 2023-06-29 07:31:37,707 hayami_saori INFO ====> Epoch: 24
307
+ 2023-06-29 07:31:42,091 hayami_saori INFO Train Epoch: 25 [8%]
308
+ 2023-06-29 07:31:42,092 hayami_saori INFO [2.387007713317871, 2.7563202381134033, 11.003329277038574, 21.431438446044922, 1.6990662813186646, 2.762381076812744, 1180, 0.00019940086170989343]
309
+ 2023-06-29 07:31:58,587 hayami_saori INFO Train Epoch: 25 [29%]
310
+ 2023-06-29 07:31:58,588 hayami_saori INFO [2.1841318607330322, 2.81675386428833, 12.480192184448242, 20.410804748535156, 1.877718448638916, 2.7329089641571045, 1190, 0.00019940086170989343]
311
+ 2023-06-29 07:32:16,143 hayami_saori INFO Train Epoch: 25 [49%]
312
+ 2023-06-29 07:32:16,143 hayami_saori INFO [2.3383517265319824, 2.706948757171631, 13.618725776672363, 21.703113555908203, 1.746182918548584, 2.380361795425415, 1200, 0.00019940086170989343]
313
+ 2023-06-29 07:32:18,099 hayami_saori INFO Saving model and optimizer state at iteration 25 to ././pretrained_models/CJ/hayami_saori/G_1200.pth
314
+ 2023-06-29 07:32:25,621 hayami_saori INFO Saving model and optimizer state at iteration 25 to ././pretrained_models/CJ/hayami_saori/D_1200.pth
315
+ 2023-06-29 07:32:38,194 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_700.pth
316
+ 2023-06-29 07:32:38,447 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_700.pth
317
+ 2023-06-29 07:32:50,680 hayami_saori INFO Train Epoch: 25 [69%]
318
+ 2023-06-29 07:32:50,681 hayami_saori INFO [2.2655978202819824, 2.5620627403259277, 13.18740177154541, 22.306440353393555, 1.6098544597625732, 2.611408233642578, 1210, 0.00019940086170989343]
319
+ 2023-06-29 07:33:05,089 hayami_saori INFO Train Epoch: 25 [90%]
320
+ 2023-06-29 07:33:05,090 hayami_saori INFO [2.223512887954712, 3.1629393100738525, 11.732789039611816, 20.789264678955078, 1.7056176662445068, 2.499507188796997, 1220, 0.00019940086170989343]
321
+ 2023-06-29 07:33:09,653 hayami_saori INFO ====> Epoch: 25
322
+ 2023-06-29 07:33:15,171 hayami_saori INFO Train Epoch: 26 [10%]
323
+ 2023-06-29 07:33:15,172 hayami_saori INFO [2.3039989471435547, 2.662903308868408, 13.368277549743652, 20.012603759765625, 1.901344895362854, 2.8152291774749756, 1230, 0.0001993759366021797]
324
+ 2023-06-29 07:33:25,010 hayami_saori INFO Train Epoch: 26 [31%]
325
+ 2023-06-29 07:33:25,011 hayami_saori INFO [2.326399326324463, 2.9514763355255127, 14.257447242736816, 21.964645385742188, 1.7125285863876343, 2.7884862422943115, 1240, 0.0001993759366021797]
326
+ 2023-06-29 07:33:34,073 hayami_saori INFO Train Epoch: 26 [51%]
327
+ 2023-06-29 07:33:34,073 hayami_saori INFO [2.3643901348114014, 2.6590120792388916, 10.116715431213379, 19.43239974975586, 1.7500193119049072, 2.5473108291625977, 1250, 0.0001993759366021797]
328
+ 2023-06-29 07:33:44,109 hayami_saori INFO Train Epoch: 26 [71%]
329
+ 2023-06-29 07:33:44,109 hayami_saori INFO [2.437997341156006, 2.253901481628418, 11.872535705566406, 20.16771125793457, 1.7461366653442383, 2.440704822540283, 1260, 0.0001993759366021797]
330
+ 2023-06-29 07:33:53,354 hayami_saori INFO Train Epoch: 26 [92%]
331
+ 2023-06-29 07:33:53,355 hayami_saori INFO [2.2030982971191406, 2.520073175430298, 12.095057487487793, 20.923391342163086, 1.6045479774475098, 2.705174207687378, 1270, 0.0001993759366021797]
332
+ 2023-06-29 07:33:57,333 hayami_saori INFO ====> Epoch: 26
333
+ 2023-06-29 07:34:02,957 hayami_saori INFO Train Epoch: 27 [12%]
334
+ 2023-06-29 07:34:02,957 hayami_saori INFO [2.4495973587036133, 2.288996458053589, 8.825132369995117, 20.390993118286133, 1.6933832168579102, 2.649148464202881, 1280, 0.00019935101461010442]
335
+ 2023-06-29 07:34:12,363 hayami_saori INFO Train Epoch: 27 [33%]
336
+ 2023-06-29 07:34:12,364 hayami_saori INFO [2.233639717102051, 2.6589112281799316, 9.757916450500488, 20.052658081054688, 1.6943790912628174, 2.3403754234313965, 1290, 0.00019935101461010442]
337
+ 2023-06-29 07:34:21,804 hayami_saori INFO Train Epoch: 27 [53%]
338
+ 2023-06-29 07:34:21,804 hayami_saori INFO [2.297804355621338, 2.706350326538086, 12.713961601257324, 20.36286163330078, 1.7434840202331543, 2.286794662475586, 1300, 0.00019935101461010442]
339
+ 2023-06-29 07:34:23,341 hayami_saori INFO Saving model and optimizer state at iteration 27 to ././pretrained_models/CJ/hayami_saori/G_1300.pth
340
+ 2023-06-29 07:34:30,834 hayami_saori INFO Saving model and optimizer state at iteration 27 to ././pretrained_models/CJ/hayami_saori/D_1300.pth
341
+ 2023-06-29 07:34:39,546 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_800.pth
342
+ 2023-06-29 07:34:39,638 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_800.pth
343
+ 2023-06-29 07:34:49,539 hayami_saori INFO Train Epoch: 27 [73%]
344
+ 2023-06-29 07:34:49,540 hayami_saori INFO [2.2257235050201416, 2.794192314147949, 16.59271240234375, 22.473482131958008, 1.7788344621658325, 2.402216911315918, 1310, 0.00019935101461010442]
345
+ 2023-06-29 07:34:59,075 hayami_saori INFO Train Epoch: 27 [94%]
346
+ 2023-06-29 07:34:59,076 hayami_saori INFO [2.362938404083252, 2.743666648864746, 12.943994522094727, 20.39731788635254, 1.6276181936264038, 2.2444050312042236, 1320, 0.00019935101461010442]
347
+ 2023-06-29 07:35:02,034 hayami_saori INFO ====> Epoch: 27
348
+ 2023-06-29 07:35:08,379 hayami_saori INFO Train Epoch: 28 [14%]
349
+ 2023-06-29 07:35:08,380 hayami_saori INFO [2.5692875385284424, 2.6220788955688477, 10.449287414550781, 28.97372817993164, 1.6774275302886963, 2.6594254970550537, 1330, 0.00019932609573327815]
350
+ 2023-06-29 07:35:17,815 hayami_saori INFO Train Epoch: 28 [35%]
351
+ 2023-06-29 07:35:17,816 hayami_saori INFO [2.2973873615264893, 2.563185691833496, 11.307750701904297, 18.389102935791016, 1.596431016921997, 2.4799797534942627, 1340, 0.00019932609573327815]
352
+ 2023-06-29 07:35:27,324 hayami_saori INFO Train Epoch: 28 [55%]
353
+ 2023-06-29 07:35:27,325 hayami_saori INFO [2.165768623352051, 2.743889093399048, 13.314386367797852, 20.76384162902832, 1.7355380058288574, 2.4636390209198, 1350, 0.00019932609573327815]
354
+ 2023-06-29 07:35:36,606 hayami_saori INFO Train Epoch: 28 [76%]
355
+ 2023-06-29 07:35:36,607 hayami_saori INFO [2.9403302669525146, 2.2048110961914062, 14.494256973266602, 21.251008987426758, 1.7252229452133179, 2.665776252746582, 1360, 0.00019932609573327815]
356
+ 2023-06-29 07:35:46,230 hayami_saori INFO Train Epoch: 28 [96%]
357
+ 2023-06-29 07:35:46,230 hayami_saori INFO [2.358133554458618, 2.604979991912842, 12.050301551818848, 20.297813415527344, 1.7044740915298462, 2.2434301376342773, 1370, 0.00019932609573327815]
358
+ 2023-06-29 07:35:48,196 hayami_saori INFO ====> Epoch: 28
359
+ 2023-06-29 07:35:56,024 hayami_saori INFO Train Epoch: 29 [16%]
360
+ 2023-06-29 07:35:56,024 hayami_saori INFO [2.284396171569824, 2.7915539741516113, 14.719636917114258, 22.542085647583008, 1.726060152053833, 2.6165709495544434, 1380, 0.0001993011799713115]
361
+ 2023-06-29 07:36:05,526 hayami_saori INFO Train Epoch: 29 [37%]
362
+ 2023-06-29 07:36:05,527 hayami_saori INFO [2.1342267990112305, 2.6893794536590576, 14.43983268737793, 20.949567794799805, 1.6229195594787598, 2.344017267227173, 1390, 0.0001993011799713115]
363
+ 2023-06-29 07:36:14,980 hayami_saori INFO Train Epoch: 29 [57%]
364
+ 2023-06-29 07:36:14,981 hayami_saori INFO [2.32155704498291, 2.5724072456359863, 10.947966575622559, 21.368125915527344, 1.7288882732391357, 3.1296494007110596, 1400, 0.0001993011799713115]
365
+ 2023-06-29 07:36:16,954 hayami_saori INFO Saving model and optimizer state at iteration 29 to ././pretrained_models/CJ/hayami_saori/G_1400.pth
366
+ 2023-06-29 07:36:24,727 hayami_saori INFO Saving model and optimizer state at iteration 29 to ././pretrained_models/CJ/hayami_saori/D_1400.pth
367
+ 2023-06-29 07:36:33,348 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_900.pth
368
+ 2023-06-29 07:36:33,443 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_900.pth
369
+ 2023-06-29 07:36:41,665 hayami_saori INFO Train Epoch: 29 [78%]
370
+ 2023-06-29 07:36:41,665 hayami_saori INFO [2.1270947456359863, 2.790651798248291, 14.791178703308105, 22.029268264770508, 1.6584235429763794, 2.563847780227661, 1410, 0.0001993011799713115]
371
+ 2023-06-29 07:36:52,652 hayami_saori INFO Train Epoch: 29 [98%]
372
+ 2023-06-29 07:36:52,653 hayami_saori INFO [2.2297420501708984, 2.5604610443115234, 9.657670974731445, 17.643918991088867, 1.806157112121582, 2.505066156387329, 1420, 0.0001993011799713115]
373
+ 2023-06-29 07:36:53,817 hayami_saori INFO ====> Epoch: 29
374
+ 2023-06-29 07:37:02,399 hayami_saori INFO Train Epoch: 30 [18%]
375
+ 2023-06-29 07:37:02,400 hayami_saori INFO [2.2267630100250244, 2.5706942081451416, 12.517107963562012, 20.539926528930664, 1.8704915046691895, 2.73469877243042, 1430, 0.00019927626732381507]
376
+ 2023-06-29 07:37:11,888 hayami_saori INFO Train Epoch: 30 [39%]
377
+ 2023-06-29 07:37:11,889 hayami_saori INFO [2.1197636127471924, 2.6406118869781494, 11.785186767578125, 19.1630859375, 1.8659789562225342, 2.3103344440460205, 1440, 0.00019927626732381507]
378
+ 2023-06-29 07:37:21,213 hayami_saori INFO Train Epoch: 30 [59%]
379
+ 2023-06-29 07:37:21,213 hayami_saori INFO [2.250507116317749, 2.7117068767547607, 12.842439651489258, 21.56008529663086, 1.7215410470962524, 2.6276254653930664, 1450, 0.00019927626732381507]
380
+ 2023-06-29 07:37:30,786 hayami_saori INFO Train Epoch: 30 [80%]
381
+ 2023-06-29 07:37:30,787 hayami_saori INFO [2.304964542388916, 2.9091179370880127, 12.83888053894043, 20.434965133666992, 1.5985424518585205, 2.4306492805480957, 1460, 0.00019927626732381507]
382
+ 2023-06-29 07:37:41,508 hayami_saori INFO ====> Epoch: 30
383
+ 2023-06-29 07:37:42,885 hayami_saori INFO Train Epoch: 31 [0%]
384
+ 2023-06-29 07:37:42,886 hayami_saori INFO [2.4490387439727783, 2.5560083389282227, 14.032633781433105, 22.093292236328125, 2.050194025039673, 2.4144318103790283, 1470, 0.00019925135779039958]
385
+ 2023-06-29 07:37:52,476 hayami_saori INFO Train Epoch: 31 [20%]
386
+ 2023-06-29 07:37:52,477 hayami_saori INFO [2.2951533794403076, 2.6720268726348877, 13.357640266418457, 21.203750610351562, 1.7574164867401123, 2.5748813152313232, 1480, 0.00019925135779039958]
387
+ 2023-06-29 07:38:02,028 hayami_saori INFO Train Epoch: 31 [41%]
388
+ 2023-06-29 07:38:02,029 hayami_saori INFO [2.2684528827667236, 2.6938278675079346, 10.097912788391113, 20.12451171875, 1.6069163084030151, 2.324895143508911, 1490, 0.00019925135779039958]
389
+ 2023-06-29 07:38:11,710 hayami_saori INFO Train Epoch: 31 [61%]
390
+ 2023-06-29 07:38:11,711 hayami_saori INFO [2.1776347160339355, 2.8305723667144775, 11.925642967224121, 22.977210998535156, 1.7108864784240723, 2.4576644897460938, 1500, 0.00019925135779039958]
391
+ 2023-06-29 07:38:13,186 hayami_saori INFO Saving model and optimizer state at iteration 31 to ././pretrained_models/CJ/hayami_saori/G_1500.pth
392
+ 2023-06-29 07:38:20,742 hayami_saori INFO Saving model and optimizer state at iteration 31 to ././pretrained_models/CJ/hayami_saori/D_1500.pth
393
+ 2023-06-29 07:38:29,441 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1000.pth
394
+ 2023-06-29 07:38:29,531 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1000.pth
395
+ 2023-06-29 07:38:37,594 hayami_saori INFO Train Epoch: 31 [82%]
396
+ 2023-06-29 07:38:37,595 hayami_saori INFO [4.218121528625488, 2.520059585571289, 13.358400344848633, 20.240528106689453, 1.7940759658813477, 2.186246395111084, 1510, 0.00019925135779039958]
397
+ 2023-06-29 07:38:45,506 hayami_saori INFO ====> Epoch: 31
398
+ 2023-06-29 07:38:47,262 hayami_saori INFO Train Epoch: 32 [2%]
399
+ 2023-06-29 07:38:47,262 hayami_saori INFO [2.340651035308838, 2.4806790351867676, 11.351753234863281, 20.4931640625, 1.9811599254608154, 2.487323045730591, 1520, 0.00019922645137067577]
400
+ 2023-06-29 07:38:57,496 hayami_saori INFO Train Epoch: 32 [22%]
401
+ 2023-06-29 07:38:57,497 hayami_saori INFO [2.395512342453003, 2.569871664047241, 11.58535099029541, 21.191734313964844, 1.660261631011963, 2.4420602321624756, 1530, 0.00019922645137067577]
402
+ 2023-06-29 07:39:07,492 hayami_saori INFO Train Epoch: 32 [43%]
403
+ 2023-06-29 07:39:07,493 hayami_saori INFO [2.2868566513061523, 2.510610580444336, 9.812642097473145, 19.790559768676758, 1.773489236831665, 2.419856309890747, 1540, 0.00019922645137067577]
404
+ 2023-06-29 07:39:16,795 hayami_saori INFO Train Epoch: 32 [63%]
405
+ 2023-06-29 07:39:16,795 hayami_saori INFO [2.1193747520446777, 2.8939802646636963, 13.096851348876953, 24.94623565673828, 1.6945730447769165, 2.54763126373291, 1550, 0.00019922645137067577]
406
+ 2023-06-29 07:39:26,299 hayami_saori INFO Train Epoch: 32 [84%]
407
+ 2023-06-29 07:39:26,300 hayami_saori INFO [2.252664566040039, 2.752826690673828, 13.712040901184082, 20.24283218383789, 1.7914390563964844, 2.3266634941101074, 1560, 0.00019922645137067577]
408
+ 2023-06-29 07:39:33,743 hayami_saori INFO ====> Epoch: 32
409
+ 2023-06-29 07:39:36,572 hayami_saori INFO Train Epoch: 33 [4%]
410
+ 2023-06-29 07:39:36,573 hayami_saori INFO [2.211242198944092, 2.611952543258667, 12.097320556640625, 18.57147789001465, 1.858436107635498, 2.183330535888672, 1570, 0.00019920154806425444]
411
+ 2023-06-29 07:39:46,445 hayami_saori INFO Train Epoch: 33 [24%]
412
+ 2023-06-29 07:39:46,445 hayami_saori INFO [2.2356252670288086, 2.5842325687408447, 12.64780330657959, 21.92133903503418, 1.73699951171875, 2.54500675201416, 1580, 0.00019920154806425444]
413
+ 2023-06-29 07:39:55,549 hayami_saori INFO Train Epoch: 33 [45%]
414
+ 2023-06-29 07:39:55,567 hayami_saori INFO [2.1752841472625732, 2.5492918491363525, 11.791362762451172, 19.355531692504883, 1.693565845489502, 2.3049709796905518, 1590, 0.00019920154806425444]
415
+ 2023-06-29 07:40:06,279 hayami_saori INFO Train Epoch: 33 [65%]
416
+ 2023-06-29 07:40:06,297 hayami_saori INFO [2.208287000656128, 2.6226110458374023, 15.187599182128906, 21.5493106842041, 1.6821597814559937, 2.6721103191375732, 1600, 0.00019920154806425444]
417
+ 2023-06-29 07:40:07,729 hayami_saori INFO Saving model and optimizer state at iteration 33 to ././pretrained_models/CJ/hayami_saori/G_1600.pth
418
+ 2023-06-29 07:40:15,216 hayami_saori INFO Saving model and optimizer state at iteration 33 to ././pretrained_models/CJ/hayami_saori/D_1600.pth
419
+ 2023-06-29 07:40:23,901 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1100.pth
420
+ 2023-06-29 07:40:23,988 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1100.pth
421
+ 2023-06-29 07:40:32,609 hayami_saori INFO Train Epoch: 33 [86%]
422
+ 2023-06-29 07:40:32,609 hayami_saori INFO [2.3887875080108643, 2.676814079284668, 12.924529075622559, 20.82119369506836, 1.6077638864517212, 2.949244260787964, 1610, 0.00019920154806425444]
423
+ 2023-06-29 07:40:39,221 hayami_saori INFO ====> Epoch: 33
424
+ 2023-06-29 07:40:42,618 hayami_saori INFO Train Epoch: 34 [6%]
425
+ 2023-06-29 07:40:42,619 hayami_saori INFO [2.273106575012207, 2.772373914718628, 13.293556213378906, 18.725488662719727, 1.6015506982803345, 2.1663637161254883, 1620, 0.0001991766478707464]
426
+ 2023-06-29 07:40:52,161 hayami_saori INFO Train Epoch: 34 [27%]
427
+ 2023-06-29 07:40:52,162 hayami_saori INFO [2.3671975135803223, 2.6862235069274902, 10.596627235412598, 19.837913513183594, 1.801814079284668, 2.388389825820923, 1630, 0.0001991766478707464]
428
+ 2023-06-29 07:41:01,674 hayami_saori INFO Train Epoch: 34 [47%]
429
+ 2023-06-29 07:41:01,674 hayami_saori INFO [2.107429265975952, 2.800375461578369, 13.177712440490723, 22.51848793029785, 1.609499454498291, 2.7948358058929443, 1640, 0.0001991766478707464]
430
+ 2023-06-29 07:41:11,056 hayami_saori INFO Train Epoch: 34 [67%]
431
+ 2023-06-29 07:41:11,057 hayami_saori INFO [2.173637866973877, 2.667783260345459, 12.482295036315918, 21.475942611694336, 1.8202637434005737, 2.602834463119507, 1650, 0.0001991766478707464]
432
+ 2023-06-29 07:41:20,531 hayami_saori INFO Train Epoch: 34 [88%]
433
+ 2023-06-29 07:41:20,532 hayami_saori INFO [2.1581389904022217, 2.7265775203704834, 13.581512451171875, 22.699363708496094, 1.6391352415084839, 2.5984692573547363, 1660, 0.0001991766478707464]
434
+ 2023-06-29 07:41:25,833 hayami_saori INFO ====> Epoch: 34
435
+ 2023-06-29 07:41:30,069 hayami_saori INFO Train Epoch: 35 [8%]
436
+ 2023-06-29 07:41:30,070 hayami_saori INFO [2.2306346893310547, 2.716655731201172, 14.135932922363281, 22.704347610473633, 1.7759939432144165, 2.269554853439331, 1670, 0.00019915175078976256]
437
+ 2023-06-29 07:41:39,162 hayami_saori INFO Train Epoch: 35 [29%]
438
+ 2023-06-29 07:41:39,163 hayami_saori INFO [2.202949285507202, 2.7937726974487305, 14.964890480041504, 20.59511947631836, 1.7403972148895264, 2.8466672897338867, 1680, 0.00019915175078976256]
439
+ 2023-06-29 07:41:49,179 hayami_saori INFO Train Epoch: 35 [49%]
440
+ 2023-06-29 07:41:49,180 hayami_saori INFO [2.405714750289917, 2.724668264389038, 9.929220199584961, 20.13590431213379, 1.768576741218567, 2.4999468326568604, 1690, 0.00019915175078976256]
441
+ 2023-06-29 07:41:58,661 hayami_saori INFO Train Epoch: 35 [69%]
442
+ 2023-06-29 07:41:58,662 hayami_saori INFO [2.1797494888305664, 2.9398880004882812, 13.325817108154297, 20.92176055908203, 1.7263429164886475, 2.2301504611968994, 1700, 0.00019915175078976256]
443
+ 2023-06-29 07:42:00,882 hayami_saori INFO Saving model and optimizer state at iteration 35 to ././pretrained_models/CJ/hayami_saori/G_1700.pth
444
+ 2023-06-29 07:42:08,423 hayami_saori INFO Saving model and optimizer state at iteration 35 to ././pretrained_models/CJ/hayami_saori/D_1700.pth
445
+ 2023-06-29 07:42:17,045 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1200.pth
446
+ 2023-06-29 07:42:17,138 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1200.pth
447
+ 2023-06-29 07:42:25,557 hayami_saori INFO Train Epoch: 35 [90%]
448
+ 2023-06-29 07:42:25,558 hayami_saori INFO [2.1873722076416016, 2.721487045288086, 12.758058547973633, 20.608427047729492, 1.6724411249160767, 2.5128629207611084, 1710, 0.00019915175078976256]
449
+ 2023-06-29 07:42:30,113 hayami_saori INFO ====> Epoch: 35
450
+ 2023-06-29 07:42:34,979 hayami_saori INFO Train Epoch: 36 [10%]
451
+ 2023-06-29 07:42:34,979 hayami_saori INFO [2.0764856338500977, 2.803955316543579, 13.881940841674805, 21.913007736206055, 1.7362306118011475, 2.3753888607025146, 1720, 0.00019912685682091382]
452
+ 2023-06-29 07:42:44,349 hayami_saori INFO Train Epoch: 36 [31%]
453
+ 2023-06-29 07:42:44,350 hayami_saori INFO [2.3385977745056152, 2.558547019958496, 10.643527030944824, 19.325157165527344, 1.6458392143249512, 2.1789228916168213, 1730, 0.00019912685682091382]
454
+ 2023-06-29 07:42:54,001 hayami_saori INFO Train Epoch: 36 [51%]
455
+ 2023-06-29 07:42:54,001 hayami_saori INFO [2.316969871520996, 2.723038911819458, 11.287602424621582, 19.94024658203125, 1.8638792037963867, 2.2368407249450684, 1740, 0.00019912685682091382]
456
+ 2023-06-29 07:43:03,261 hayami_saori INFO Train Epoch: 36 [71%]
457
+ 2023-06-29 07:43:03,261 hayami_saori INFO [2.3384854793548584, 2.6049869060516357, 10.733805656433105, 19.33701515197754, 1.7686809301376343, 2.7443058490753174, 1750, 0.00019912685682091382]
458
+ 2023-06-29 07:43:12,642 hayami_saori INFO Train Epoch: 36 [92%]
459
+ 2023-06-29 07:43:12,643 hayami_saori INFO [2.2006375789642334, 2.8488640785217285, 11.553906440734863, 21.234039306640625, 1.6776273250579834, 2.454810619354248, 1760, 0.00019912685682091382]
460
+ 2023-06-29 07:43:16,584 hayami_saori INFO ====> Epoch: 36
461
+ 2023-06-29 07:43:22,255 hayami_saori INFO Train Epoch: 37 [12%]
462
+ 2023-06-29 07:43:22,256 hayami_saori INFO [2.2211880683898926, 2.6926329135894775, 11.744062423706055, 19.632299423217773, 1.8189759254455566, 2.193260669708252, 1770, 0.0001991019659638112]
463
+ 2023-06-29 07:43:31,789 hayami_saori INFO Train Epoch: 37 [33%]
464
+ 2023-06-29 07:43:31,790 hayami_saori INFO [2.3907933235168457, 2.5964436531066895, 12.728289604187012, 21.350940704345703, 1.630903959274292, 2.5931038856506348, 1780, 0.0001991019659638112]
465
+ 2023-06-29 07:43:40,976 hayami_saori INFO Train Epoch: 37 [53%]
466
+ 2023-06-29 07:43:40,977 hayami_saori INFO [2.2276203632354736, 2.7110767364501953, 11.717864990234375, 18.299957275390625, 1.842811107635498, 2.5818874835968018, 1790, 0.0001991019659638112]
467
+ 2023-06-29 07:43:50,490 hayami_saori INFO Train Epoch: 37 [73%]
468
+ 2023-06-29 07:43:50,490 hayami_saori INFO [2.348642349243164, 2.4187119007110596, 9.3163480758667, 25.586816787719727, 1.7380273342132568, 2.209074020385742, 1800, 0.0001991019659638112]
469
+ 2023-06-29 07:43:52,495 hayami_saori INFO Saving model and optimizer state at iteration 37 to ././pretrained_models/CJ/hayami_saori/G_1800.pth
470
+ 2023-06-29 07:43:59,955 hayami_saori INFO Saving model and optimizer state at iteration 37 to ././pretrained_models/CJ/hayami_saori/D_1800.pth
471
+ 2023-06-29 07:44:08,694 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1300.pth
472
+ 2023-06-29 07:44:08,791 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1300.pth
473
+ 2023-06-29 07:44:17,490 hayami_saori INFO Train Epoch: 37 [94%]
474
+ 2023-06-29 07:44:17,491 hayami_saori INFO [2.4214818477630615, 2.3711001873016357, 9.932889938354492, 21.818998336791992, 1.5541373491287231, 2.5858592987060547, 1810, 0.0001991019659638112]
475
+ 2023-06-29 07:44:20,656 hayami_saori INFO ====> Epoch: 37
476
+ 2023-06-29 07:44:27,173 hayami_saori INFO Train Epoch: 38 [14%]
477
+ 2023-06-29 07:44:27,174 hayami_saori INFO [2.2115135192871094, 2.8312387466430664, 11.872125625610352, 18.948036193847656, 1.70149564743042, 2.5345308780670166, 1820, 0.0001990770782180657]
478
+ 2023-06-29 07:44:36,396 hayami_saori INFO Train Epoch: 38 [35%]
479
+ 2023-06-29 07:44:36,397 hayami_saori INFO [2.2550151348114014, 2.67398738861084, 11.312185287475586, 20.192777633666992, 1.7630054950714111, 2.6595447063446045, 1830, 0.0001990770782180657]
480
+ 2023-06-29 07:44:46,150 hayami_saori INFO Train Epoch: 38 [55%]
481
+ 2023-06-29 07:44:46,151 hayami_saori INFO [2.4452264308929443, 2.4450109004974365, 11.88493824005127, 20.261098861694336, 1.8225107192993164, 2.6067848205566406, 1840, 0.0001990770782180657]
482
+ 2023-06-29 07:44:55,505 hayami_saori INFO Train Epoch: 38 [76%]
483
+ 2023-06-29 07:44:55,506 hayami_saori INFO [2.197404146194458, 2.411564826965332, 13.885459899902344, 21.553991317749023, 1.7135696411132812, 2.0954294204711914, 1850, 0.0001990770782180657]
484
+ 2023-06-29 07:45:05,053 hayami_saori INFO Train Epoch: 38 [96%]
485
+ 2023-06-29 07:45:05,053 hayami_saori INFO [2.284762144088745, 2.6721673011779785, 9.439892768859863, 18.343889236450195, 1.7490167617797852, 2.264209508895874, 1860, 0.0001990770782180657]
486
+ 2023-06-29 07:45:07,281 hayami_saori INFO ====> Epoch: 38
487
+ 2023-06-29 07:45:15,137 hayami_saori INFO Train Epoch: 39 [16%]
488
+ 2023-06-29 07:45:15,138 hayami_saori INFO [2.6368536949157715, 2.337761640548706, 10.971219062805176, 19.44695472717285, 1.624963402748108, 2.4745190143585205, 1870, 0.00019905219358328844]
489
+ 2023-06-29 07:45:24,808 hayami_saori INFO Train Epoch: 39 [37%]
490
+ 2023-06-29 07:45:24,808 hayami_saori INFO [2.5423202514648438, 2.326040506362915, 9.577780723571777, 18.23370933532715, 1.8026888370513916, 2.23988676071167, 1880, 0.00019905219358328844]
491
+ 2023-06-29 07:45:34,351 hayami_saori INFO Train Epoch: 39 [57%]
492
+ 2023-06-29 07:45:34,352 hayami_saori INFO [2.2231788635253906, 2.554516077041626, 12.733161926269531, 20.67779541015625, 1.6658971309661865, 2.2089967727661133, 1890, 0.00019905219358328844]
493
+ 2023-06-29 07:45:43,596 hayami_saori INFO Train Epoch: 39 [78%]
494
+ 2023-06-29 07:45:43,597 hayami_saori INFO [2.2172679901123047, 2.8924498558044434, 14.529629707336426, 21.501853942871094, 1.6423228979110718, 2.396312713623047, 1900, 0.00019905219358328844]
495
+ 2023-06-29 07:45:45,170 hayami_saori INFO Saving model and optimizer state at iteration 39 to ././pretrained_models/CJ/hayami_saori/G_1900.pth
496
+ 2023-06-29 07:45:52,673 hayami_saori INFO Saving model and optimizer state at iteration 39 to ././pretrained_models/CJ/hayami_saori/D_1900.pth
497
+ 2023-06-29 07:46:01,378 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1400.pth
498
+ 2023-06-29 07:46:01,469 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1400.pth
499
+ 2023-06-29 07:46:09,913 hayami_saori INFO Train Epoch: 39 [98%]
500
+ 2023-06-29 07:46:09,913 hayami_saori INFO [2.653054714202881, 2.413299798965454, 7.5322585105896, 20.17344856262207, 1.6848812103271484, 1.817107915878296, 1910, 0.00019905219358328844]
501
+ 2023-06-29 07:46:11,341 hayami_saori INFO ====> Epoch: 39
502
+ 2023-06-29 07:46:19,500 hayami_saori INFO Train Epoch: 40 [18%]
503
+ 2023-06-29 07:46:19,501 hayami_saori INFO [2.3075129985809326, 2.8216288089752197, 13.616398811340332, 21.82619285583496, 1.7237272262573242, 2.290573835372925, 1920, 0.0001990273120590905]
504
+ 2023-06-29 07:46:28,720 hayami_saori INFO Train Epoch: 40 [39%]
505
+ 2023-06-29 07:46:28,721 hayami_saori INFO [2.3376121520996094, 2.674863815307617, 11.513010025024414, 20.233966827392578, 1.672851324081421, 2.2646589279174805, 1930, 0.0001990273120590905]
506
+ 2023-06-29 07:46:38,164 hayami_saori INFO Train Epoch: 40 [59%]
507
+ 2023-06-29 07:46:38,164 hayami_saori INFO [2.221571922302246, 2.492252826690674, 11.223841667175293, 21.126205444335938, 1.6679620742797852, 2.219855308532715, 1940, 0.0001990273120590905]
508
+ 2023-06-29 07:46:47,611 hayami_saori INFO Train Epoch: 40 [80%]
509
+ 2023-06-29 07:46:47,612 hayami_saori INFO [2.1732101440429688, 2.693545341491699, 13.702446937561035, 20.1124267578125, 1.8216025829315186, 2.7360706329345703, 1950, 0.0001990273120590905]
510
+ 2023-06-29 07:46:56,445 hayami_saori INFO ====> Epoch: 40
511
+ 2023-06-29 07:46:57,218 hayami_saori INFO Train Epoch: 41 [0%]
512
+ 2023-06-29 07:46:57,218 hayami_saori INFO [2.3975882530212402, 2.672132968902588, 10.945088386535645, 20.89116096496582, 1.6784130334854126, 2.4565234184265137, 1960, 0.00019900243364508313]
513
+ 2023-06-29 07:47:06,786 hayami_saori INFO Train Epoch: 41 [20%]
514
+ 2023-06-29 07:47:06,786 hayami_saori INFO [2.314774751663208, 2.5652260780334473, 11.374159812927246, 19.499740600585938, 1.5688058137893677, 2.227496862411499, 1970, 0.00019900243364508313]
515
+ 2023-06-29 07:47:16,223 hayami_saori INFO Train Epoch: 41 [41%]
516
+ 2023-06-29 07:47:16,224 hayami_saori INFO [2.285349130630493, 2.752880811691284, 11.130020141601562, 21.266036987304688, 1.608072280883789, 2.9046218395233154, 1980, 0.00019900243364508313]
517
+ 2023-06-29 07:47:25,888 hayami_saori INFO Train Epoch: 41 [61%]
518
+ 2023-06-29 07:47:25,889 hayami_saori INFO [2.3436481952667236, 2.6975722312927246, 10.470871925354004, 19.856178283691406, 1.9802318811416626, 2.2842729091644287, 1990, 0.00019900243364508313]
519
+ 2023-06-29 07:47:35,085 hayami_saori INFO Train Epoch: 41 [82%]
520
+ 2023-06-29 07:47:35,086 hayami_saori INFO [2.2760818004608154, 2.7358856201171875, 13.344168663024902, 20.62941551208496, 1.6178910732269287, 2.3323862552642822, 2000, 0.00019900243364508313]
521
+ 2023-06-29 07:47:36,903 hayami_saori INFO Saving model and optimizer state at iteration 41 to ././pretrained_models/CJ/hayami_saori/G_2000.pth
522
+ 2023-06-29 07:47:44,472 hayami_saori INFO Saving model and optimizer state at iteration 41 to ././pretrained_models/CJ/hayami_saori/D_2000.pth
523
+ 2023-06-29 07:47:53,405 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1500.pth
524
+ 2023-06-29 07:47:53,497 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1500.pth
525
+ 2023-06-29 07:48:00,519 hayami_saori INFO ====> Epoch: 41
526
+ 2023-06-29 07:48:02,260 hayami_saori INFO Train Epoch: 42 [2%]
527
+ 2023-06-29 07:48:02,261 hayami_saori INFO [2.4515552520751953, 2.5491490364074707, 13.769280433654785, 20.84932518005371, 1.639137625694275, 2.614670753479004, 2010, 0.0001989775583408775]
528
+ 2023-06-29 07:48:11,393 hayami_saori INFO Train Epoch: 42 [22%]
529
+ 2023-06-29 07:48:11,394 hayami_saori INFO [2.2276840209960938, 2.413206100463867, 10.313925743103027, 20.629501342773438, 1.6892591714859009, 2.1185951232910156, 2020, 0.0001989775583408775]
530
+ 2023-06-29 07:48:21,495 hayami_saori INFO Train Epoch: 42 [43%]
531
+ 2023-06-29 07:48:21,496 hayami_saori INFO [2.233027935028076, 2.567779541015625, 12.003732681274414, 18.695093154907227, 1.932492733001709, 2.275846242904663, 2030, 0.0001989775583408775]
532
+ 2023-06-29 07:48:30,477 hayami_saori INFO Train Epoch: 42 [63%]
533
+ 2023-06-29 07:48:30,478 hayami_saori INFO [2.2906100749969482, 2.6454567909240723, 9.979691505432129, 19.342493057250977, 1.7622638940811157, 2.443122625350952, 2040, 0.0001989775583408775]
534
+ 2023-06-29 07:48:40,379 hayami_saori INFO Train Epoch: 42 [84%]
535
+ 2023-06-29 07:48:40,380 hayami_saori INFO [2.2469470500946045, 2.7965214252471924, 14.339536666870117, 21.65359878540039, 1.6715221405029297, 2.4352922439575195, 2050, 0.0001989775583408775]
536
+ 2023-06-29 07:48:49,386 hayami_saori INFO ====> Epoch: 42
537
+ 2023-06-29 07:48:52,102 hayami_saori INFO Train Epoch: 43 [4%]
538
+ 2023-06-29 07:48:52,103 hayami_saori INFO [2.3581089973449707, 2.690103054046631, 12.24937629699707, 20.501441955566406, 1.7799865007400513, 2.5497653484344482, 2060, 0.00019895268614608487]
539
+ 2023-06-29 07:49:01,683 hayami_saori INFO Train Epoch: 43 [24%]
540
+ 2023-06-29 07:49:01,684 hayami_saori INFO [2.1774473190307617, 2.949186325073242, 12.162257194519043, 20.69756507873535, 1.8518346548080444, 2.202986717224121, 2070, 0.00019895268614608487]
541
+ 2023-06-29 07:49:11,343 hayami_saori INFO Train Epoch: 43 [45%]
542
+ 2023-06-29 07:49:11,343 hayami_saori INFO [2.3186535835266113, 2.661875009536743, 10.571590423583984, 20.88423728942871, 1.6954467296600342, 2.503692865371704, 2080, 0.00019895268614608487]
543
+ 2023-06-29 07:49:20,930 hayami_saori INFO Train Epoch: 43 [65%]
544
+ 2023-06-29 07:49:20,931 hayami_saori INFO [2.375605821609497, 2.8780319690704346, 10.962902069091797, 18.08084487915039, 1.695279836654663, 2.5568957328796387, 2090, 0.00019895268614608487]
545
+ 2023-06-29 07:49:30,659 hayami_saori INFO Train Epoch: 43 [86%]
546
+ 2023-06-29 07:49:30,660 hayami_saori INFO [2.2925033569335938, 2.8273820877075195, 13.866631507873535, 21.34012222290039, 1.7151217460632324, 2.710345983505249, 2100, 0.00019895268614608487]
547
+ 2023-06-29 07:49:32,230 hayami_saori INFO Saving model and optimizer state at iteration 43 to ././pretrained_models/CJ/hayami_saori/G_2100.pth
548
+ 2023-06-29 07:49:39,673 hayami_saori INFO Saving model and optimizer state at iteration 43 to ././pretrained_models/CJ/hayami_saori/D_2100.pth
549
+ 2023-06-29 07:49:48,417 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1600.pth
550
+ 2023-06-29 07:49:48,528 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1600.pth
551
+ 2023-06-29 07:49:53,192 hayami_saori INFO ====> Epoch: 43
552
+ 2023-06-29 07:49:56,454 hayami_saori INFO Train Epoch: 44 [6%]
553
+ 2023-06-29 07:49:56,455 hayami_saori INFO [2.406571865081787, 2.6818370819091797, 14.272754669189453, 20.649621963500977, 1.7728726863861084, 2.7960915565490723, 2110, 0.0001989278170603166]
554
+ 2023-06-29 07:50:06,120 hayami_saori INFO Train Epoch: 44 [27%]
555
+ 2023-06-29 07:50:06,121 hayami_saori INFO [2.1472549438476562, 2.7610132694244385, 12.234122276306152, 20.731693267822266, 2.1329448223114014, 2.6479902267456055, 2120, 0.0001989278170603166]
556
+ 2023-06-29 07:50:15,586 hayami_saori INFO Train Epoch: 44 [47%]
557
+ 2023-06-29 07:50:15,586 hayami_saori INFO [2.210376262664795, 2.910724639892578, 12.84054183959961, 20.41246795654297, 1.6174511909484863, 2.70973801612854, 2130, 0.0001989278170603166]
558
+ 2023-06-29 07:50:25,505 hayami_saori INFO Train Epoch: 44 [67%]
559
+ 2023-06-29 07:50:25,506 hayami_saori INFO [2.1670143604278564, 2.8599092960357666, 10.086687088012695, 18.345001220703125, 1.5648598670959473, 2.383775234222412, 2140, 0.0001989278170603166]
560
+ 2023-06-29 07:50:35,068 hayami_saori INFO Train Epoch: 44 [88%]
561
+ 2023-06-29 07:50:35,069 hayami_saori INFO [2.167539119720459, 2.756844997406006, 11.656914710998535, 17.421300888061523, 1.7155609130859375, 2.32438063621521, 2150, 0.0001989278170603166]
562
+ 2023-06-29 07:50:40,355 hayami_saori INFO ====> Epoch: 44
563
+ 2023-06-29 07:50:44,446 hayami_saori INFO Train Epoch: 45 [8%]
564
+ 2023-06-29 07:50:44,447 hayami_saori INFO [2.5136616230010986, 2.7098076343536377, 12.726046562194824, 20.912189483642578, 1.7404751777648926, 2.4523110389709473, 2160, 0.00019890295108318404]
565
+ 2023-06-29 07:50:53,811 hayami_saori INFO Train Epoch: 45 [29%]
566
+ 2023-06-29 07:50:53,812 hayami_saori INFO [2.189319372177124, 2.9620985984802246, 12.594338417053223, 22.14881706237793, 1.6056921482086182, 2.7679831981658936, 2170, 0.00019890295108318404]
567
+ 2023-06-29 07:51:03,024 hayami_saori INFO Train Epoch: 45 [49%]
568
+ 2023-06-29 07:51:03,024 hayami_saori INFO [2.0883195400238037, 2.8662939071655273, 13.234339714050293, 19.702224731445312, 1.7248775959014893, 2.009784698486328, 2180, 0.00019890295108318404]
569
+ 2023-06-29 07:51:12,829 hayami_saori INFO Train Epoch: 45 [69%]
570
+ 2023-06-29 07:51:12,830 hayami_saori INFO [2.369738817214966, 2.543907880783081, 10.724773406982422, 18.813114166259766, 1.7570741176605225, 2.740993022918701, 2190, 0.00019890295108318404]
571
+ 2023-06-29 07:51:22,601 hayami_saori INFO Train Epoch: 45 [90%]
572
+ 2023-06-29 07:51:22,601 hayami_saori INFO [2.055244207382202, 3.0027499198913574, 13.910573959350586, 21.946195602416992, 1.6765332221984863, 2.625858783721924, 2200, 0.00019890295108318404]
573
+ 2023-06-29 07:51:24,630 hayami_saori INFO Saving model and optimizer state at iteration 45 to ././pretrained_models/CJ/hayami_saori/G_2200.pth
574
+ 2023-06-29 07:51:32,071 hayami_saori INFO Saving model and optimizer state at iteration 45 to ././pretrained_models/CJ/hayami_saori/D_2200.pth
575
+ 2023-06-29 07:51:40,803 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1700.pth
576
+ 2023-06-29 07:51:40,892 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1700.pth
577
+ 2023-06-29 07:51:46,042 hayami_saori INFO ====> Epoch: 45
578
+ 2023-06-29 07:51:50,955 hayami_saori INFO Train Epoch: 46 [10%]
579
+ 2023-06-29 07:51:50,956 hayami_saori INFO [2.247904062271118, 2.664151191711426, 16.250961303710938, 22.105249404907227, 1.6096484661102295, 2.391793727874756, 2210, 0.00019887808821429862]
580
+ 2023-06-29 07:52:01,901 hayami_saori INFO Train Epoch: 46 [31%]
581
+ 2023-06-29 07:52:01,902 hayami_saori INFO [2.2542805671691895, 2.578341245651245, 9.615456581115723, 19.110471725463867, 1.689695119857788, 2.035431146621704, 2220, 0.00019887808821429862]
582
+ 2023-06-29 07:52:10,961 hayami_saori INFO Train Epoch: 46 [51%]
583
+ 2023-06-29 07:52:10,962 hayami_saori INFO [2.2870748043060303, 2.692659854888916, 10.999430656433105, 20.011634826660156, 1.81787109375, 2.284125804901123, 2230, 0.00019887808821429862]
584
+ 2023-06-29 07:52:20,391 hayami_saori INFO Train Epoch: 46 [71%]
585
+ 2023-06-29 07:52:20,392 hayami_saori INFO [2.381887674331665, 2.5216777324676514, 10.914284706115723, 18.92633628845215, 1.826939344406128, 2.28328537940979, 2240, 0.00019887808821429862]
586
+ 2023-06-29 07:52:30,225 hayami_saori INFO Train Epoch: 46 [92%]
587
+ 2023-06-29 07:52:30,226 hayami_saori INFO [2.293800115585327, 2.5121233463287354, 11.433805465698242, 20.094619750976562, 1.698838710784912, 2.409471035003662, 2250, 0.00019887808821429862]
588
+ 2023-06-29 07:52:35,636 hayami_saori INFO ====> Epoch: 46
589
+ 2023-06-29 07:52:41,406 hayami_saori INFO Train Epoch: 47 [12%]
590
+ 2023-06-29 07:52:41,406 hayami_saori INFO [2.1401572227478027, 2.464210271835327, 10.764642715454102, 18.724279403686523, 1.6871647834777832, 2.152451515197754, 2260, 0.00019885322845327182]
591
+ 2023-06-29 07:52:50,687 hayami_saori INFO Train Epoch: 47 [33%]
592
+ 2023-06-29 07:52:50,688 hayami_saori INFO [2.2781383991241455, 2.8250815868377686, 13.164301872253418, 22.07647132873535, 1.672493815422058, 2.5558021068573, 2270, 0.00019885322845327182]
593
+ 2023-06-29 07:53:00,328 hayami_saori INFO Train Epoch: 47 [53%]
594
+ 2023-06-29 07:53:00,329 hayami_saori INFO [2.2108874320983887, 2.7533090114593506, 11.06070327758789, 21.002233505249023, 1.7132811546325684, 2.0050742626190186, 2280, 0.00019885322845327182]
595
+ 2023-06-29 07:53:09,850 hayami_saori INFO Train Epoch: 47 [73%]
596
+ 2023-06-29 07:53:09,851 hayami_saori INFO [2.309861421585083, 2.664597988128662, 13.225813865661621, 21.05194854736328, 1.8548519611358643, 2.5829784870147705, 2290, 0.00019885322845327182]
597
+ 2023-06-29 07:53:18,900 hayami_saori INFO Train Epoch: 47 [94%]
598
+ 2023-06-29 07:53:18,900 hayami_saori INFO [2.1940269470214844, 2.91929292678833, 13.44551944732666, 20.227676391601562, 1.7407269477844238, 2.5429587364196777, 2300, 0.00019885322845327182]
599
+ 2023-06-29 07:53:20,832 hayami_saori INFO Saving model and optimizer state at iteration 47 to ././pretrained_models/CJ/hayami_saori/G_2300.pth
600
+ 2023-06-29 07:53:28,579 hayami_saori INFO Saving model and optimizer state at iteration 47 to ././pretrained_models/CJ/hayami_saori/D_2300.pth
601
+ 2023-06-29 07:53:37,287 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1800.pth
602
+ 2023-06-29 07:53:37,380 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1800.pth
603
+ 2023-06-29 07:53:39,233 hayami_saori INFO ====> Epoch: 47
604
+ 2023-06-29 07:53:45,657 hayami_saori INFO Train Epoch: 48 [14%]
605
+ 2023-06-29 07:53:45,658 hayami_saori INFO [2.142158031463623, 3.1572468280792236, 13.616617202758789, 21.2529296875, 1.7019596099853516, 2.459789991378784, 2310, 0.00019882837179971516]
606
+ 2023-06-29 07:53:55,144 hayami_saori INFO Train Epoch: 48 [35%]
607
+ 2023-06-29 07:53:55,145 hayami_saori INFO [2.2235615253448486, 2.775120496749878, 11.776491165161133, 21.569007873535156, 1.6440746784210205, 2.4787425994873047, 2320, 0.00019882837179971516]
608
+ 2023-06-29 07:54:04,766 hayami_saori INFO Train Epoch: 48 [55%]
609
+ 2023-06-29 07:54:04,767 hayami_saori INFO [2.224318027496338, 2.86441707611084, 12.339700698852539, 22.21169662475586, 1.7787877321243286, 2.2995848655700684, 2330, 0.00019882837179971516]
610
+ 2023-06-29 07:54:13,811 hayami_saori INFO Train Epoch: 48 [76%]
611
+ 2023-06-29 07:54:13,812 hayami_saori INFO [2.110882520675659, 2.773074150085449, 12.486574172973633, 24.195388793945312, 1.5651073455810547, 2.06955885887146, 2340, 0.00019882837179971516]
612
+ 2023-06-29 07:54:23,061 hayami_saori INFO Train Epoch: 48 [96%]
613
+ 2023-06-29 07:54:23,062 hayami_saori INFO [2.4595131874084473, 2.4812560081481934, 10.01906681060791, 20.510530471801758, 1.7822011709213257, 2.132167339324951, 2350, 0.00019882837179971516]
614
+ 2023-06-29 07:54:27,619 hayami_saori INFO ====> Epoch: 48
615
+ 2023-06-29 07:54:35,047 hayami_saori INFO Train Epoch: 49 [16%]
616
+ 2023-06-29 07:54:35,048 hayami_saori INFO [2.2712135314941406, 2.391052722930908, 10.840792655944824, 19.277984619140625, 1.706059455871582, 2.4048187732696533, 2360, 0.00019880351825324018]
617
+ 2023-06-29 07:54:44,932 hayami_saori INFO Train Epoch: 49 [37%]
618
+ 2023-06-29 07:54:44,932 hayami_saori INFO [2.246443033218384, 2.6330578327178955, 10.641693115234375, 20.87991714477539, 1.6809601783752441, 2.3834052085876465, 2370, 0.00019880351825324018]
619
+ 2023-06-29 07:54:54,390 hayami_saori INFO Train Epoch: 49 [57%]
620
+ 2023-06-29 07:54:54,391 hayami_saori INFO [2.1876449584960938, 2.6290476322174072, 11.001015663146973, 20.26021957397461, 1.6231491565704346, 2.736510753631592, 2380, 0.00019880351825324018]
621
+ 2023-06-29 07:55:04,174 hayami_saori INFO Train Epoch: 49 [78%]
622
+ 2023-06-29 07:55:04,175 hayami_saori INFO [2.473972797393799, 2.4906091690063477, 10.449986457824707, 18.86920738220215, 1.7478649616241455, 2.6109986305236816, 2390, 0.00019880351825324018]
623
+ 2023-06-29 07:55:13,074 hayami_saori INFO Train Epoch: 49 [98%]
624
+ 2023-06-29 07:55:13,075 hayami_saori INFO [2.4575891494750977, 2.1022651195526123, 6.262343406677246, 13.33801555633545, 1.7038979530334473, 2.111802339553833, 2400, 0.00019880351825324018]
625
+ 2023-06-29 07:55:14,951 hayami_saori INFO Saving model and optimizer state at iteration 49 to ././pretrained_models/CJ/hayami_saori/G_2400.pth
626
+ 2023-06-29 07:55:22,413 hayami_saori INFO Saving model and optimizer state at iteration 49 to ././pretrained_models/CJ/hayami_saori/D_2400.pth
627
+ 2023-06-29 07:55:31,126 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/G_1900.pth
628
+ 2023-06-29 07:55:31,237 hayami_saori INFO .. Free up space by deleting ckpt ././pretrained_models/CJ/hayami_saori/D_1900.pth
629
+ 2023-06-29 07:55:31,238 hayami_saori INFO ====> Epoch: 49
630
+ 2023-06-29 07:55:39,063 hayami_saori INFO Train Epoch: 50 [18%]
631
+ 2023-06-29 07:55:39,063 hayami_saori INFO [2.418337821960449, 2.2438771724700928, 9.527379989624023, 19.09470558166504, 1.7501633167266846, 2.2441422939300537, 2410, 0.00019877866781345852]
632
+ 2023-06-29 07:55:48,789 hayami_saori INFO Train Epoch: 50 [39%]
633
+ 2023-06-29 07:55:48,790 hayami_saori INFO [2.2312328815460205, 2.4620087146759033, 12.415788650512695, 20.626611709594727, 1.6369963884353638, 2.228581428527832, 2420, 0.00019877866781345852]
634
+ 2023-06-29 07:55:58,321 hayami_saori INFO Train Epoch: 50 [59%]
635
+ 2023-06-29 07:55:58,322 hayami_saori INFO [2.198941469192505, 2.5032122135162354, 12.373247146606445, 20.358654022216797, 1.4775068759918213, 2.644747495651245, 2430, 0.00019877866781345852]
636
+ 2023-06-29 07:56:07,961 hayami_saori INFO Train Epoch: 50 [80%]
637
+ 2023-06-29 07:56:07,962 hayami_saori INFO [2.2705702781677246, 2.4701945781707764, 9.322115898132324, 17.6308536529541, 1.6213815212249756, 2.0297000408172607, 2440, 0.00019877866781345852]
638
+ 2023-06-29 07:56:16,713 hayami_saori INFO ====> Epoch: 50
639
+ 2023-06-29 07:56:17,525 hayami_saori INFO Train Epoch: 51 [0%]
640
+ 2023-06-29 07:56:17,525 hayami_saori INFO [2.299527645111084, 2.737852096557617, 10.65233039855957, 18.75992774963379, 1.647808313369751, 1.8938753604888916, 2450, 0.00019875382047998183]
vits/CJ/oshino_shinobu/D_74000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99e5321cf4056a18968678f8ca6b6272dbf5016971bcf86ad098d7ab1e4a681a
3
+ size 561109963
vits/CJ/oshino_shinobu/G_74000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e3a1d0339224e6f1b54ef5fbcbead884141967a51d7df0c258e692d7e98c4fe
3
+ size 479358999
vits/CJ/oshino_shinobu/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 1000,
5
+ "seed": 1234,
6
+ "epochs": 10000,
7
+ "learning_rate": 2e-4,
8
+ "betas": [0.8, 0.99],
9
+ "eps": 1e-9,
10
+ "batch_size": 16,
11
+ "fp16_run": true,
12
+ "lr_decay": 0.999875,
13
+ "segment_size": 8192,
14
+ "init_lr_ratio": 1,
15
+ "warmup_epochs": 0,
16
+ "c_mel": 45,
17
+ "c_kl": 1.0
18
+ },
19
+ "data": {
20
+ "training_files":"filelists/oshino_shinobu_train.txt.cleaned",
21
+ "validation_files":"filelists/oshino_shinobu_val.txt.cleaned",
22
+ "text_cleaners":["japanese_cleaners"],
23
+ "max_wav_value": 32768.0,
24
+ "sampling_rate": 22050,
25
+ "filter_length": 1024,
26
+ "hop_length": 256,
27
+ "win_length": 1024,
28
+ "n_mel_channels": 80,
29
+ "mel_fmin": 0.0,
30
+ "mel_fmax": null,
31
+ "add_blank": true,
32
+ "n_speakers": 804,
33
+ "cleaned_text": true
34
+ },
35
+ "model": {
36
+ "inter_channels": 192,
37
+ "hidden_channels": 192,
38
+ "filter_channels": 768,
39
+ "n_heads": 2,
40
+ "n_layers": 6,
41
+ "kernel_size": 3,
42
+ "p_dropout": 0.1,
43
+ "resblock": "1",
44
+ "resblock_kernel_sizes": [3,7,11],
45
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
46
+ "upsample_rates": [8,8,2,2],
47
+ "upsample_initial_channel": 512,
48
+ "upsample_kernel_sizes": [16,16,4,4],
49
+ "n_layers_q": 3,
50
+ "use_spectral_norm": false,
51
+ "gin_channels": 256
52
+ },
53
+ "speakers": ["\u7279\u522b\u5468", "oshino_shinobu", "\u4e1c\u6d77\u5e1d\u7687\uff08\u5e1d\u5b9d\uff0c\u5e1d\u738b\uff09", "\u4e38\u5584\u65af\u57fa", "\u5bcc\u58eb\u5947\u8ff9", "\u5c0f\u6817\u5e3d", "\u9ec4\u91d1\u8239", "\u4f0f\u7279\u52a0", "\u5927\u548c\u8d64\u9aa5", "\u5927\u6811\u5feb\u8f66", "\u8349\u4e0a\u98de", "\u83f1\u4e9a\u9a6c\u900a", "\u76ee\u767d\u9ea6\u6606", "\u795e\u9e70", "\u597d\u6b4c\u5267", "\u6210\u7530\u767d\u4ec1", "\u9c81\u9053\u592b\u8c61\u5f81\uff08\u7687\u5e1d\uff09", "\u6c14\u69fd", "\u7231\u4e3d\u6570\u7801", "\u661f\u4e91\u5929\u7a7a", "\u7389\u85fb\u5341\u5b57", "\u7f8e\u5999\u59ff\u52bf", "\u7435\u7436\u6668\u5149", "\u6469\u8036\u91cd\u70ae", "\u66fc\u57ce\u8336\u5ea7", "\u7f8e\u6d66\u6ce2\u65c1", "\u76ee\u767d\u8d56\u6069", "\u83f1\u66d9", "\u96ea\u4e2d\u7f8e\u4eba", "\u7c73\u6d74", "\u827e\u5c3c\u65af\u98ce\u795e", "\u7231\u4e3d\u901f\u5b50\uff08\u7231\u4e3d\u5feb\u5b50\uff09", "\u7231\u6155\u7ec7\u59ec", "\u7a3b\u8377\u4e00", "\u80dc\u5229\u5956\u5238", "\u7a7a\u4e2d\u795e\u5bab", "\u8363\u8fdb\u95ea\u8000", "\u771f\u673a\u4f36", "\u5ddd\u4e0a\u516c\u4e3b", "\u9ec4\u91d1\u57ce\uff08\u9ec4\u91d1\u57ce\u5e02\uff09", "\u6a31\u82b1\u8fdb\u738b", "\u91c7\u73e0", "\u65b0\u5149\u98ce", "\u4e1c\u5546\u53d8\u9769", "\u8d85\u7ea7\u5c0f\u6d77\u6e7e", "\u9192\u76ee\u98de\u9e70\uff08\u5bc4\u5bc4\u5b50\uff09", "\u8352\u6f20\u82f1\u96c4", "\u4e1c\u701b\u4f50\u6566", "\u4e2d\u5c71\u5e86\u5178", "\u6210\u7530\u5927\u8fdb", "\u897f\u91ce\u82b1", "\u6625\u4e3d\uff08\u4e4c\u62c9\u62c9\uff09", "\u9752\u7af9\u56de\u5fc6", "\u5fae\u5149\u98de\u9a79", "\u7f8e\u4e3d\u5468\u65e5", "\u5f85\u517c\u798f\u6765", "mr cb\uff08cb\u5148\u751f\uff09", "\u540d\u5c06\u6012\u6d9b\uff08\u540d\u5c06\u6237\u4ec1\uff09", "\u76ee\u767d\u591a\u4f2f", "\u4f18\u79c0\u7d20\u8d28", "\u5e1d\u738b\u5149\u8f89", "\u5f85\u517c\u8bd7\u6b4c\u5267", "\u751f\u91ce\u72c4\u675c\u65af", "\u76ee\u767d\u5584\u4fe1", "\u5927\u62d3\u592a\u9633\u795e", "\u53cc\u6da1\u8f6e\uff08\u4e24\u7acb\u76f4\uff0c\u4e24\u55b7\u5c04\uff0c\u4e8c\u9505\u5934\uff0c\u9006\u55b7\u5c04\uff09", "\u91cc\u89c1\u5149\u94bb\uff08\u8428\u6258\u8bfa\u91d1\u521a\u77f3\uff09", "\u5317\u90e8\u7384\u9a79", "\u6a31\u82b1\u5343\u4ee3\u738b", "\u5929\u72fc\u661f\u8c61\u5f81", "\u76ee\u767d\u963f\u5c14\u4e39", "\u516b\u91cd\u65e0\u654c", "\u9e64\u4e38\u521a\u5fd7", "\u76ee\u767d\u5149\u660e", "\u6210\u7530\u62dc\u4ec1\uff08\u6210\u7530\u8def\uff09", "\u4e5f\u6587\u6444\u8f89", "\u5c0f\u6797\u5386\u5947", "\u5317\u6e2f\u706b\u5c71", "\u5947\u9510\u9a8f", "\u82e6\u6da9\u7cd6\u971c", "\u5c0f\u5c0f\u8695\u8327", "\u9a8f\u5ddd\u624b\u7eb2\uff08\u7eff\u5e3d\u6076\u9b54\uff09", "\u79cb\u5ddd\u5f25\u751f\uff08\u5c0f\u5c0f\u7406\u4e8b\u957f\uff09", "\u4e59\u540d\u53f2\u60a6\u5b50\uff08\u4e59\u540d\u8bb0\u8005\uff09", "\u6850\u751f\u9662\u8475", "\u5b89\u5fc3\u6cfd\u523a\u523a\u7f8e", "\u6a2b\u672c\u7406\u5b50", "\u795e\u91cc\u7eeb\u534e\uff08\u9f9f\u9f9f\uff09", "\u7434", "\u7a7a\uff08\u7a7a\u54e5\uff09", "\u4e3d\u838e", "\u8367\uff08\u8367\u59b9\uff09", "\u82ad\u82ad\u62c9", "\u51ef\u4e9a", "\u8fea\u5362\u514b", "\u96f7\u6cfd", "\u5b89\u67cf", "\u6e29\u8fea", "\u9999\u83f1", "\u5317\u6597", "\u884c\u79cb", "\u9b48", "\u51dd\u5149", "\u53ef\u8389", "\u949f\u79bb", "\u83f2\u8c22\u5c14\uff08\u7687\u5973\uff09", "\u73ed\u5c3c\u7279", "\u8fbe\u8fbe\u5229\u4e9a\uff08\u516c\u5b50\uff09", "\u8bfa\u827e\u5c14\uff08\u5973\u4ec6\uff09", "\u4e03\u4e03", "\u91cd\u4e91", "\u7518\u96e8\uff08\u6930\u7f8a\uff09", "\u963f\u8d1d\u591a", "\u8fea\u5965\u5a1c\uff08\u732b\u732b\uff09", "\u83ab\u5a1c", "\u523b\u6674", "\u7802\u7cd6", "\u8f9b\u7131", "\u7f57\u838e\u8389\u4e9a", "\u80e1\u6843", "\u67ab\u539f\u4e07\u53f6\uff08\u4e07\u53f6\uff09", "\u70df\u7eef", "\u5bb5\u5bab", "\u6258\u9a6c", "\u4f18\u83c8", "\u96f7\u7535\u5c06\u519b\uff08\u96f7\u795e\uff09", "\u65e9\u67da", "\u73ca\u745a\u5bab\u5fc3\u6d77\uff08\u5fc3\u6d77\uff0c\u6263\u6263\u7c73\uff09", "\u4e94\u90ce", "\u4e5d\u6761\u88df\u7f57", "\u8352\u6cf7\u4e00\u6597\uff08\u4e00\u6597\uff09", "\u57c3\u6d1b\u4f0a", "\u7533\u9e64", "\u516b\u91cd\u795e\u5b50\uff08\u795e\u5b50\uff09", "\u795e\u91cc\u7eeb\u4eba\uff08\u7eeb\u4eba\uff09", "\u591c\u5170", "\u4e45\u5c90\u5fcd", "\u9e7f\u91ce\u82d1\u5e73\u85cf", "\u63d0\u7eb3\u91cc", "\u67ef\u83b1", "\u591a\u8389", "\u4e91\u5807", "\u7eb3\u897f\u59b2\uff08\u8349\u795e\uff09", "\u6df1\u6e0a\u4f7f\u5f92", "\u59ae\u9732", "\u8d5b\u8bfa", "\u503a\u52a1\u5904\u7406\u4eba", "\u574e\u8482\u4e1d", "\u771f\u5f13\u5feb\u8f66", "\u79cb\u4eba", "\u671b\u65cf", "\u827e\u5c14\u83f2", "\u827e\u8389\u4e1d", "\u827e\u4f26", "\u963f\u6d1b\u74e6", "\u5929\u91ce", "\u5929\u76ee\u5341\u4e94", "\u611a\u4eba\u4f17-\u5b89\u5fb7\u70c8", "\u5b89\u987a", "\u5b89\u897f", "\u8475", "\u9752\u6728", "\u8352\u5ddd\u5e78\u6b21", "\u8352\u8c37", "\u6709\u6cfd", "\u6d45\u5ddd", "\u9ebb\u7f8e", "\u51dd\u5149\u52a9\u624b", "\u963f\u6258", "\u7afa\u5b50", "\u767e\u8bc6", "\u767e\u95fb", "\u767e\u6653", "\u767d\u672f", "\u8d1d\u96c5\u7279\u4e3d\u5947", "\u4e3d\u5854", "\u5931\u843d\u8ff7\u8fed", "\u7f2d\u4e71\u661f\u68d8", "\u4f0a\u7538", "\u4f0f\u7279\u52a0\u5973\u5b69", "\u72c2\u70ed\u84dd\u8c03", "\u8389\u8389\u5a05", "\u841d\u838e\u8389\u5a05", "\u516b\u91cd\u6a31", "\u516b\u91cd\u971e", "\u5361\u83b2", "\u7b2c\u516d\u591c\u60f3\u66f2", "\u5361\u841d\u5c14", "\u59ec\u5b50", "\u6781\u5730\u6218\u5203", "\u5e03\u6d1b\u59ae\u5a05", "\u6b21\u751f\u94f6\u7ffc", "\u7406\u4e4b\u5f8b\u8005%26\u5e0c\u513f", "\u7406\u4e4b\u5f8b\u8005", "\u8ff7\u57ce\u9a87\u5154", "\u5e0c\u513f", "\u9b47\u591c\u661f\u6e0a", "\u9ed1\u5e0c\u513f", "\u5e15\u6735\u83f2\u8389\u4e1d", "\u4e0d\u706d\u661f\u951a", "\u5929\u5143\u9a91\u82f1", "\u5e7d\u5170\u9edb\u5c14", "\u6d3e\u8499bh3", "\u7231\u9171", "\u7eef\u7389\u4e38", "\u5fb7\u4e3d\u838e", "\u6708\u4e0b\u521d\u62e5", "\u6714\u591c\u89c2\u661f", "\u66ae\u5149\u9a91\u58eb", "\u683c\u857e\u4fee", "\u7559\u4e91\u501f\u98ce\u771f\u541b", "\u6885\u6bd4\u4e4c\u65af", "\u4eff\u72b9\u5927", "\u514b\u83b1\u56e0", "\u5723\u5251\u5e7d\u5170\u9edb\u5c14", "\u5996\u7cbe\u7231\u8389", "\u7279\u65af\u62c9zero", "\u82cd\u7384", "\u82e5\u6c34", "\u897f\u7433", "\u6234\u56e0\u65af\u96f7\u5e03", "\u8d1d\u62c9", "\u8d64\u9e22", "\u9547\u9b42\u6b4c", "\u6e21\u9e26", "\u4eba\u4e4b\u5f8b\u8005", "\u7231\u8389\u5e0c\u96c5", "\u5929\u7a79\u6e38\u4fa0", "\u742a\u4e9a\u5a1c", "\u7a7a\u4e4b\u5f8b\u8005", "\u85aa\u708e\u4e4b\u5f8b\u8005", "\u4e91\u58a8\u4e39\u5fc3", "\u7b26\u534e", "\u8bc6\u4e4b\u5f8b\u8005", "\u7279\u74e6\u6797", "\u7ef4\u5c14\u8587", "\u82bd\u8863", "\u96f7\u4e4b\u5f8b\u8005", "\u65ad\u7f6a\u5f71\u821e", "\u963f\u6ce2\u5c3c\u4e9a", "\u698e\u672c", "\u5384\u5c3c\u65af\u7279", "\u6076\u9f99", "\u8303\u4e8c\u7237", "\u6cd5\u62c9", "\u611a\u4eba\u4f17\u58eb\u5175", "\u611a\u4eba\u4f17\u58eb\u5175a", "\u611a\u4eba\u4f17\u58eb\u5175b", "\u611a\u4eba\u4f17\u58eb\u5175c", "\u611a\u4eba\u4f17a", "\u611a\u4eba\u4f17b", "\u98de\u98de", "\u83f2\u5229\u514b\u65af", "\u5973\u6027\u8ddf\u968f\u8005", "\u9022\u5ca9", "\u6446\u6e21\u4eba", "\u72c2\u8e81\u7684\u7537\u4eba", "\u5965\u5179", "\u8299\u841d\u62c9", "\u8ddf\u968f\u8005", "\u871c\u6c41\u751f\u7269", "\u9ec4\u9ebb\u5b50", "\u6e0a\u4e0a", "\u85e4\u6728", "\u6df1\u89c1", "\u798f\u672c", "\u8299\u84c9", "\u53e4\u6cfd", "\u53e4\u7530", "\u53e4\u5c71", "\u53e4\u8c37\u6607", "\u5085\u4e09\u513f", "\u9ad8\u8001\u516d", "\u77ff\u5de5\u5192", "\u5143\u592a", "\u5fb7\u5b89\u516c", "\u8302\u624d\u516c", "\u6770\u62c9\u5fb7", "\u845b\u7f57\u4e3d", "\u91d1\u5ffd\u5f8b", "\u516c\u4fca", "\u9505\u5df4", "\u6b4c\u5fb7", "\u963f\u8c6a", "\u72d7\u4e09\u513f", "\u845b\u745e\u4e1d", "\u82e5\u5fc3", "\u963f\u5c71\u5a46", "\u602a\u9e1f", "\u5e7f\u7af9", "\u89c2\u6d77", "\u5173\u5b8f", "\u871c\u6c41\u536b\u5175", "\u5b88\u536b1", "\u50b2\u6162\u7684\u5b88\u536b", "\u5bb3\u6015\u7684\u5b88\u536b", "\u8d35\u5b89", "\u76d6\u4f0a", "\u963f\u521b", "\u54c8\u592b\u4e39", "\u65e5\u8bed\u963f\u8d1d\u591a\uff08\u91ce\u5c9b\u5065\u513f\uff09", "\u65e5\u8bed\u57c3\u6d1b\u4f0a\uff08\u9ad8\u57a3\u5f69\u9633\uff09", "\u65e5\u8bed\u5b89\u67cf\uff08\u77f3\u89c1\u821e\u83dc\u9999\uff09", "\u65e5\u8bed\u795e\u91cc\u7eeb\u534e\uff08\u65e9\u89c1\u6c99\u7ec7\uff09", "\u65e5\u8bed\u795e\u91cc\u7eeb\u4eba\uff08\u77f3\u7530\u5f70\uff09", "\u65e5\u8bed\u767d\u672f\uff08\u6e38\u4f50\u6d69\u4e8c\uff09", "\u65e5\u8bed\u82ad\u82ad\u62c9\uff08\u9b3c\u5934\u660e\u91cc\uff09", "\u65e5\u8bed\u5317\u6597\uff08\u5c0f\u6e05\u6c34\u4e9a\u7f8e\uff09", "\u65e5\u8bed\u73ed\u5c3c\u7279\uff08\u9022\u5742\u826f\u592a\uff09", "\u65e5\u8bed\u574e\u8482\u4e1d\uff08\u67da\u6728\u51c9\u9999\uff09", "\u65e5\u8bed\u91cd\u4e91\uff08\u9f50\u85e4\u58ee\u9a6c\uff09", "\u65e5\u8bed\u67ef\u83b1\uff08\u524d\u5ddd\u51c9\u5b50\uff09", "\u65e5\u8bed\u8d5b\u8bfa\uff08\u5165\u91ce\u81ea\u7531\uff09", "\u65e5\u8bed\u6234\u56e0\u65af\u96f7\u5e03\uff08\u6d25\u7530\u5065\u6b21\u90ce\uff09", "\u65e5\u8bed\u8fea\u5362\u514b\uff08\u5c0f\u91ce\u8d24\u7ae0\uff09", "\u65e5\u8bed\u8fea\u5965\u5a1c\uff08\u4e95\u6cfd\u8bd7\u7ec7\uff09", "\u65e5\u8bed\u591a\u8389\uff08\u91d1\u7530\u670b\u5b50\uff09", "\u65e5\u8bed\u4f18\u83c8\uff08\u4f50\u85e4\u5229\u5948\uff09", "\u65e5\u8bed\u83f2\u8c22\u5c14\uff08\u5185\u7530\u771f\u793c\uff09", "\u65e5\u8bed\u7518\u96e8\uff08\u4e0a\u7530\u4e3d\u5948\uff09", "\u65e5\u8bed\uff08\u7560\u4e2d\u7950\uff09", "\u65e5\u8bed\u9e7f\u91ce\u9662\u5e73\u85cf\uff08\u4e95\u53e3\u7950\u4e00\uff09", "\u65e5\u8bed\u7a7a\uff08\u5800\u6c5f\u77ac\uff09", "\u65e5\u8bed\u8367\uff08\u60a0\u6728\u78a7\uff09", "\u65e5\u8bed\u80e1\u6843\uff08\u9ad8\u6865\u674e\u4f9d\uff09", "\u65e5\u8bed\u4e00\u6597\uff08\u897f\u5ddd\u8d35\u6559\uff09", "\u65e5\u8bed\u51ef\u4e9a\uff08\u9e1f\u6d77\u6d69\u8f85\uff09", "\u65e5\u8bed\u4e07\u53f6\uff08\u5c9b\u5d0e\u4fe1\u957f\uff09", "\u65e5\u8bed\u523b\u6674\uff08\u559c\u591a\u6751\u82f1\u68a8\uff09", "\u65e5\u8bed\u53ef\u8389\uff08\u4e45\u91ce\u7f8e\u54b2\uff09", "\u65e5\u8bed\u5fc3\u6d77\uff08\u4e09\u68ee\u94c3\u5b50\uff09", "\u65e5\u8bed\u4e5d\u6761\u88df\u7f57\uff08\u6fd1\u6237\u9ebb\u6c99\u7f8e\uff09", "\u65e5\u8bed\u4e3d\u838e\uff08\u7530\u4e2d\u7406\u60e0\uff09", "\u65e5\u8bed\u83ab\u5a1c\uff08\u5c0f\u539f\u597d\u7f8e\uff09", "\u65e5\u8bed\u7eb3\u897f\u59b2\uff08\u7530\u6751\u7531\u52a0\u8389\uff09", "\u65e5\u8bed\u59ae\u9732\uff08\u91d1\u5143\u5bff\u5b50\uff09", "\u65e5\u8bed\u51dd\u5149\uff08\u5927\u539f\u6c99\u8036\u9999\uff09", "\u65e5\u8bed\u8bfa\u827e\u5c14\uff08\u9ad8\u5c3e\u594f\u97f3\uff09", "\u65e5\u8bed\u5965\u5179\uff08\u589e\u8c37\u5eb7\u7eaa\uff09", "\u65e5\u8bed\u6d3e\u8499\uff08\u53e4\u8d3a\u8475\uff09", "\u65e5\u8bed\u7434\uff08\u658b\u85e4\u5343\u548c\uff09", "\u65e5\u8bed\u4e03\u4e03\uff08\u7530\u6751\u7531\u52a0\u8389\uff09", "\u65e5\u8bed\u96f7\u7535\u5c06\u519b\uff08\u6cfd\u57ce\u7f8e\u96ea\uff09", "\u65e5\u8bed\u96f7\u6cfd\uff08\u5185\u5c71\u6602\u8f89\uff09", "\u65e5\u8bed\u7f57\u838e\u8389\u4e9a\uff08\u52a0\u9688\u4e9a\u8863\uff09", "\u65e5\u8bed\u65e9\u67da\uff08\u6d32\u5d0e\u7eeb\uff09", "\u65e5\u8bed\u6563\u5175\uff08\u67ff\u539f\u5f7b\u4e5f\uff09", "\u65e5\u8bed\u7533\u9e64\uff08\u5ddd\u6f84\u7eeb\u5b50\uff09", "\u65e5\u8bed\u4e45\u5c90\u5fcd\uff08\u6c34\u6865\u9999\u7ec7\uff09", "\u65e5\u8bed\u5973\u58eb\uff08\u5e84\u5b50\u88d5\u8863\uff09", "\u65e5\u8bed\u7802\u7cd6\uff08\u85e4\u7530\u831c\uff09", "\u65e5\u8bed\u8fbe\u8fbe\u5229\u4e9a\uff08\u6728\u6751\u826f\u5e73\uff09", "\u65e5\u8bed\u6258\u9a6c\uff08\u68ee\u7530\u6210\u4e00\uff09", "\u65e5\u8bed\u63d0\u7eb3\u91cc\uff08\u5c0f\u6797\u6c99\u82d7\uff09", "\u65e5\u8bed\u6e29\u8fea\uff08\u6751\u6fd1\u6b65\uff09", "\u65e5\u8bed\u9999\u83f1\uff08\u5c0f\u6cfd\u4e9a\u674e\uff09", "\u65e5\u8bed\u9b48\uff08\u677e\u5188\u796f\u4e1e\uff09", "\u65e5\u8bed\u884c\u79cb\uff08\u7686\u5ddd\u7eaf\u5b50\uff09", "\u65e5\u8bed\u8f9b\u7131\uff08\u9ad8\u6865\u667a\u79cb\uff09", "\u65e5\u8bed\u516b\u91cd\u795e\u5b50\uff08\u4f50\u4ed3\u7eeb\u97f3\uff09", "\u65e5\u8bed\u70df\u7eef\uff08\u82b1\u5b88\u7531\u7f8e\u91cc\uff09", "\u65e5\u8bed\u591c\u5170\uff08\u8fdc\u85e4\u7eeb\uff09", "\u65e5\u8bed\u5bb5\u5bab\uff08\u690d\u7530\u4f73\u5948\uff09", "\u65e5\u8bed\u4e91\u5807\uff08\u5c0f\u5ca9\u4e95\u5c0f\u9e1f\uff09", "\u65e5\u8bed\u949f\u79bb\uff08\u524d\u91ce\u667a\u662d\uff09", "\u6770\u514b", "\u963f\u5409", "\u6c5f\u821f", "\u9274\u79cb", "\u5609\u4e49", "\u7eaa\u82b3", "\u666f\u6f84", "\u7ecf\u7eb6", "\u666f\u660e", "\u664b\u4f18", "\u963f\u9e20", "\u9152\u5ba2", "\u4e54\u5c14", "\u4e54\u745f\u592b", "\u7ea6\u987f", "\u4e54\u4f0a\u65af", "\u5c45\u5b89", "\u541b\u541b", "\u987a\u5409", "\u7eaf\u4e5f", "\u91cd\u4f50", "\u5927\u5c9b\u7eaf\u5e73", "\u84b2\u6cfd", "\u52d8\u89e3\u7531\u5c0f\u8def\u5065\u4e09\u90ce", "\u67ab", "\u67ab\u539f\u4e49\u5e86", "\u836b\u5c71", "\u7532\u6590\u7530\u9f8d\u99ac", "\u6d77\u6597", "\u60df\u795e\u6674\u4e4b\u4ecb", "\u9e7f\u91ce\u5948\u5948", "\u5361\u7435\u8389\u4e9a", "\u51ef\u745f\u7433", "\u52a0\u85e4\u4fe1\u609f", "\u52a0\u85e4\u6d0b\u5e73", "\u80dc\u5bb6", "\u8305\u847a\u4e00\u5e86", "\u548c\u662d", "\u4e00\u6b63", "\u4e00\u9053", "\u6842\u4e00", "\u5e86\u6b21\u90ce", "\u963f\u8d24", "\u5065\u53f8", "\u5065\u6b21\u90ce", "\u5065\u4e09\u90ce", "\u5929\u7406", "\u6740\u624ba", "\u6740\u624bb", "\u6728\u5357\u674f\u5948", "\u6728\u6751", "\u56fd\u738b", "\u6728\u4e0b", "\u5317\u6751", "\u6e05\u60e0", "\u6e05\u4eba", "\u514b\u5217\u95e8\u7279", "\u9a91\u58eb", "\u5c0f\u6797", "\u5c0f\u6625", "\u5eb7\u62c9\u5fb7", "\u5927\u8089\u4e38", "\u7434\u7f8e", "\u5b8f\u4e00", "\u5eb7\u4ecb", "\u5e78\u5fb7", "\u9ad8\u5584", "\u68a2", "\u514b\u7f57\u7d22", "\u4e45\u4fdd", "\u4e5d\u6761\u9570\u6cbb", "\u4e45\u6728\u7530", "\u6606\u94a7", "\u83ca\u5730\u541b", "\u4e45\u5229\u987b", "\u9ed1\u7530", "\u9ed1\u6cfd\u4eac\u4e4b\u4ecb", "\u54cd\u592a", "\u5c9a\u59d0", "\u5170\u6eaa", "\u6f9c\u9633", "\u52b3\u4f26\u65af", "\u4e50\u660e", "\u83b1\u8bfa", "\u83b2", "\u826f\u5b50", "\u674e\u5f53", "\u674e\u4e01", "\u5c0f\u4e50", "\u7075", "\u5c0f\u73b2", "\u7433\u7405a", "\u7433\u7405b", "\u5c0f\u5f6c", "\u5c0f\u5fb7", "\u5c0f\u697d", "\u5c0f\u9f99", "\u5c0f\u5434", "\u5c0f\u5434\u7684\u8bb0\u5fc6", "\u7406\u6b63", "\u963f\u9f99", "\u5362\u5361", "\u6d1b\u6210", "\u7f57\u5de7", "\u5317\u98ce\u72fc", "\u5362\u6b63", "\u840d\u59e5\u59e5", "\u524d\u7530", "\u771f\u663c", "\u9ebb\u7eaa", "\u771f", "\u611a\u4eba\u4f17-\u9a6c\u514b\u897f\u59c6", "\u5973\u6027a", "\u5973\u6027b", "\u5973\u6027a\u7684\u8ddf\u968f\u8005", "\u963f\u5b88", "\u739b\u683c\u4e3d\u7279", "\u771f\u7406", "\u739b\u4e54\u4e3d", "\u739b\u6587", "\u6b63\u80dc", "\u660c\u4fe1", "\u5c06\u53f8", "\u6b63\u4eba", "\u8def\u7237", "\u8001\u7ae0", "\u677e\u7530", "\u677e\u672c", "\u677e\u6d66", "\u677e\u5742", "\u8001\u5b5f", "\u5b5f\u4e39", "\u5546\u4eba\u968f\u4ece", "\u4f20\u4ee4\u5175", "\u7c73\u6b47\u5c14", "\u5fa1\u8206\u6e90\u4e00\u90ce", "\u5fa1\u8206\u6e90\u6b21\u90ce", "\u5343\u5ca9\u519b\u6559\u5934", "\u5343\u5ca9\u519b\u58eb\u5175", "\u660e\u535a", "\u660e\u4fca", "\u7f8e\u94c3", "\u7f8e\u548c", "\u963f\u5e78", "\u524a\u6708\u7b51\u9633\u771f\u541b", "\u94b1\u773c\u513f", "\u68ee\u5f66", "\u5143\u52a9", "\u7406\u6c34\u53e0\u5c71\u771f\u541b", "\u7406\u6c34\u758a\u5c71\u771f\u541b", "\u6731\u8001\u677f", "\u6728\u6728", "\u6751\u4e0a", "\u6751\u7530", "\u6c38\u91ce", "\u957f\u91ce\u539f\u9f99\u4e4b\u4ecb", "\u957f\u6fd1", "\u4e2d\u91ce\u5fd7\u4e43", "\u83dc\u83dc\u5b50", "\u6960\u6960", "\u6210\u6fd1", "\u963f\u5185", "\u5b81\u7984", "\u725b\u5fd7", "\u4fe1\u535a", "\u4f38\u592b", "\u91ce\u65b9", "\u8bfa\u62c9", "\u7eaa\u9999", "\u8bfa\u66fc", "\u4fee\u5973", "\u7eaf\u6c34\u7cbe\u7075", "\u5c0f\u5ddd", "\u5c0f\u4ed3\u6faa", "\u5188\u6797", "\u5188\u5d0e\u7ed8\u91cc\u9999", "\u5188\u5d0e\u9646\u6597", "\u5965\u62c9\u592b", "\u8001\u79d1", "\u9b3c\u5a46\u5a46", "\u5c0f\u91ce\u5bfa", "\u5927\u6cb3\u539f\u4e94\u53f3\u536b\u95e8", "\u5927\u4e45\u4fdd\u5927\u4ecb", "\u5927\u68ee", "\u5927\u52a9", "\u5965\u7279", "\u6d3e\u8499", "\u6d3e\u84992", "\u75c5\u4ebaa", "\u75c5\u4ebab", "\u5df4\u987f", "\u6d3e\u6069", "\u670b\u4e49", "\u56f4\u89c2\u7fa4\u4f17", "\u56f4\u89c2\u7fa4\u4f17a", "\u56f4\u89c2\u7fa4\u4f17b", "\u56f4\u89c2\u7fa4\u4f17c", "\u56f4\u89c2\u7fa4\u4f17d", "\u56f4\u89c2\u7fa4\u4f17e", "\u94dc\u96c0", "\u963f\u80a5", "\u5174\u53d4", "\u8001\u5468\u53d4", "\u516c\u4e3b", "\u5f7c\u5f97", "\u4e7e\u5b50", "\u828a\u828a", "\u4e7e\u73ae", "\u7eee\u547d", "\u675e\u5e73", "\u79cb\u6708", "\u6606\u6069", "\u96f7\u7535\u5f71", "\u5170\u9053\u5c14", "\u96f7\u8499\u5fb7", "\u5192\u5931\u7684\u5e15\u62c9\u5fb7", "\u4f36\u4e00", "\u73b2\u82b1", "\u963f\u4ec1", "\u5bb6\u81e3\u4eec", "\u68a8\u7ed8", "\u8363\u6c5f", "\u620e\u4e16", "\u6d6a\u4eba", "\u7f57\u4f0a\u65af", "\u5982\u610f", "\u51c9\u5b50", "\u5f69\u9999", "\u9152\u4e95", "\u5742\u672c", "\u6714\u6b21\u90ce", "\u6b66\u58eba", "\u6b66\u58ebb", "\u6b66\u58ebc", "\u6b66\u58ebd", "\u73ca\u745a", "\u4e09\u7530", "\u838e\u62c9", "\u7b39\u91ce", "\u806a\u7f8e", "\u806a", "\u5c0f\u767e\u5408", "\u6563\u5175", "\u5bb3\u6015\u7684\u5c0f\u5218", "\u8212\u4f2f\u7279", "\u8212\u8328", "\u6d77\u9f99", "\u4e16\u5b50", "\u8c22\u5c14\u76d6", "\u5bb6\u4e01", "\u5546\u534e", "\u6c99\u5bc5", "\u963f\u5347", "\u67f4\u7530", "\u963f\u8302", "\u5f0f\u5927\u5c06", "\u6e05\u6c34", "\u5fd7\u6751\u52d8\u5175\u536b", "\u65b0\u4e4b\u4e1e", "\u5fd7\u7ec7", "\u77f3\u5934", "\u8bd7\u7fbd", "\u8bd7\u7b60", "\u77f3\u58ee", "\u7fd4\u592a", "\u6b63\u4e8c", "\u5468\u5e73", "\u8212\u6768", "\u9f50\u683c\u8299\u4e3d\u96c5", "\u5973\u58eb", "\u601d\u52e4", "\u516d\u6307\u4e54\u745f", "\u611a\u4eba\u4f17\u5c0f\u5175d", "\u611a\u4eba\u4f17\u5c0f\u5175a", "\u611a\u4eba\u4f17\u5c0f\u5175b", "\u611a\u4eba\u4f17\u5c0f\u5175c", "\u5434\u8001\u4e94", "\u5434\u8001\u4e8c", "\u6ed1\u5934\u9b3c", "\u8a00\u7b11", "\u5434\u8001\u4e03", "\u58eb\u5175h", "\u58eb\u5175i", "\u58eb\u5175a", "\u58eb\u5175b", "\u58eb\u5175c", "\u58eb\u5175d", "\u58eb\u5175e", "\u58eb\u5175f", "\u58eb\u5175g", "\u594f\u592a", "\u65af\u5766\u5229", "\u6387\u661f\u652b\u8fb0\u5929\u541b", "\u5c0f\u5934", "\u5927\u6b66", "\u9676\u4e49\u9686", "\u6749\u672c", "\u82cf\u897f", "\u5acc\u7591\u4ebaa", "\u5acc\u7591\u4ebab", "\u5acc\u7591\u4ebac", "\u5acc\u7591\u4ebad", "\u65af\u4e07", "\u5251\u5ba2a", "\u5251\u5ba2b", "\u963f\u4e8c", "\u5fe0\u80dc", "\u5fe0\u592b", "\u963f\u656c", "\u5b5d\u5229", "\u9e70\u53f8\u8fdb", "\u9ad8\u5c71", "\u4e5d\u6761\u5b5d\u884c", "\u6bc5", "\u7af9\u5185", "\u62d3\u771f", "\u5353\u4e5f", "\u592a\u90ce\u4e38", "\u6cf0\u52d2", "\u624b\u5c9b", "\u54f2\u5e73", "\u54f2\u592b", "\u6258\u514b", "\u5927boss", "\u963f\u5f3a", "\u6258\u5c14\u5fb7\u62c9", "\u65c1\u89c2\u8005", "\u5929\u6210", "\u963f\u5927", "\u8482\u739b\u4e4c\u65af", "\u63d0\u7c73", "\u6237\u7530", "\u963f\u4e09", "\u4e00\u8d77\u7684\u4eba", "\u5fb7\u7530", "\u5fb7\u957f", "\u667a\u6811", "\u5229\u5f66", "\u80d6\u4e4e\u4e4e\u7684\u65c5\u884c\u8005", "\u85cf\u5b9d\u4ebaa", "\u85cf\u5b9d\u4ebab", "\u85cf\u5b9d\u4ebac", "\u85cf\u5b9d\u4ebad", "\u963f\u7947", "\u6052\u96c4", "\u9732\u5b50", "\u8bdd\u5267\u56e2\u56e2\u957f", "\u5185\u6751", "\u4e0a\u91ce", "\u4e0a\u6749", "\u8001\u6234", "\u8001\u9ad8", "\u8001\u8d3e", "\u8001\u58a8", "\u8001\u5b59", "\u5929\u67a2\u661f", "\u8001\u4e91", "\u6709\u4e50\u658b", "\u4e11\u96c4", "\u4e4c\u7ef4", "\u74e6\u4eac", "\u83f2\u5c14\u6208\u9edb\u7279", "\u7ef4\u591a\u5229\u4e9a", "\u8587\u5c14", "\u74e6\u683c\u7eb3", "\u963f\u5916", "\u4f8d\u5973", "\u74e6\u62c9", "\u671b\u96c5", "\u5b9b\u70df", "\u742c\u7389", "\u6218\u58eba", "\u6218\u58ebb", "\u6e21\u8fba", "\u6e21\u90e8", "\u963f\u4f1f", "\u6587\u749f", "\u6587\u6e0a", "\u97e6\u5c14\u7eb3", "\u738b\u6273\u624b", "\u6b66\u6c9b", "\u6653\u98de", "\u8f9b\u7a0b", "\u661f\u706b", "\u661f\u7a00", "\u8f9b\u79c0", "\u79c0\u534e", "\u963f\u65ed", "\u5f90\u5218\u5e08", "\u77e2\u90e8", "\u516b\u6728", "\u5c71\u4e0a", "\u963f\u9633", "\u989c\u7b11", "\u5eb7\u660e", "\u6cf0\u4e45", "\u5b89\u6b66", "\u77e2\u7530\u5e78\u559c", "\u77e2\u7530\u8f9b\u559c", "\u4e49\u575a", "\u83ba\u513f", "\u76c8\u4e30", "\u5b9c\u5e74", "\u94f6\u674f", "\u9038\u8f69", "\u6a2a\u5c71", "\u6c38\u8d35", "\u6c38\u4e1a", "\u5609\u4e45", "\u5409\u5ddd", "\u4e49\u9ad8", "\u7528\u9ad8", "\u9633\u592a", "\u5143\u84c9", "\u73a5\u8f89", "\u6bd3\u534e", "\u6709\u9999", "\u5e78\u4e5f", "\u7531\u771f", "\u7ed3\u83dc", "\u97f5\u5b81", "\u767e\u5408", "\u767e\u5408\u534e", "\u5c24\u82cf\u6ce2\u592b", "\u88d5\u5b50", "\u60a0\u7b56", "\u60a0\u4e5f", "\u4e8e\u5ae3", "\u67da\u5b50", "\u8001\u90d1", "\u6b63\u8302", "\u5fd7\u6210", "\u82b7\u5de7", "\u77e5\u6613", "\u652f\u652f", "\u5468\u826f", "\u73e0\u51fd", "\u795d\u660e", "\u795d\u6d9b"],
54
+ "symbols": ["_", ",", ".", "!", "?", "-", "~", "\u2026", "A", "E", "I", "N", "O", "Q", "U", "a", "b", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "r", "s", "t", "u", "v", "w", "y", "z", "\u0283", "\u02a7", "\u02a6", "\u026f", "\u0279", "\u0259", "\u0265", "\u207c", "\u02b0", "`", "\u2192", "\u2193", "\u2191", " "]
55
+ }
vits/CJE/D_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:920fb34bf3dc466e761996e787952a7bd53d4f6699561e9141bcbcf4f3f34092
3
+ size 187024867
vits/CJE/G_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b45210118fb643996b680ac9c2100ac16f1afadd5146537ec799d84e09366e
3
+ size 158851229
vits/CJE/G_jp.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a53f4eb6bf8226b3fb4a3b31436235f697692f5566039ce3491b80af9a9567a
3
+ size 158962765
vits/CJE/config.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 10,
4
+ "eval_interval": 100,
5
+ "seed": 1234,
6
+ "epochs": 10000,
7
+ "learning_rate": 0.0002,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 16,
14
+ "fp16_run": true,
15
+ "lr_decay": 0.999875,
16
+ "segment_size": 8192,
17
+ "init_lr_ratio": 1,
18
+ "warmup_epochs": 0,
19
+ "c_mel": 45,
20
+ "c_kl": 1.0
21
+ },
22
+ "data": {
23
+ "training_files": "dataset/final_annotation_train.txt",
24
+ "validation_files": "dataset/final_annotation_val.txt",
25
+ "text_cleaners": [
26
+ "cjke_cleaners2"
27
+ ],
28
+ "max_wav_value": 32768.0,
29
+ "sampling_rate": 22050,
30
+ "filter_length": 1024,
31
+ "hop_length": 256,
32
+ "win_length": 1024,
33
+ "n_mel_channels": 80,
34
+ "mel_fmin": 0.0,
35
+ "mel_fmax": null,
36
+ "add_blank": true,
37
+ "n_speakers": 1,
38
+ "cleaned_text": true
39
+ },
40
+ "model": {
41
+ "inter_channels": 192,
42
+ "hidden_channels": 192,
43
+ "filter_channels": 768,
44
+ "n_heads": 2,
45
+ "n_layers": 6,
46
+ "kernel_size": 3,
47
+ "p_dropout": 0.1,
48
+ "resblock": "1",
49
+ "resblock_kernel_sizes": [
50
+ 3,
51
+ 7,
52
+ 11
53
+ ],
54
+ "resblock_dilation_sizes": [
55
+ [
56
+ 1,
57
+ 3,
58
+ 5
59
+ ],
60
+ [
61
+ 1,
62
+ 3,
63
+ 5
64
+ ],
65
+ [
66
+ 1,
67
+ 3,
68
+ 5
69
+ ]
70
+ ],
71
+ "upsample_rates": [
72
+ 8,
73
+ 8,
74
+ 2,
75
+ 2
76
+ ],
77
+ "upsample_initial_channel": 512,
78
+ "upsample_kernel_sizes": [
79
+ 16,
80
+ 16,
81
+ 4,
82
+ 4
83
+ ],
84
+ "n_layers_q": 3,
85
+ "use_spectral_norm": false,
86
+ "gin_channels": 256
87
+ },
88
+ "symbols": [
89
+ "_",
90
+ ",",
91
+ ".",
92
+ "!",
93
+ "?",
94
+ "-",
95
+ "~",
96
+ "\u2026",
97
+ "N",
98
+ "Q",
99
+ "a",
100
+ "b",
101
+ "d",
102
+ "e",
103
+ "f",
104
+ "g",
105
+ "h",
106
+ "i",
107
+ "j",
108
+ "k",
109
+ "l",
110
+ "m",
111
+ "n",
112
+ "o",
113
+ "p",
114
+ "s",
115
+ "t",
116
+ "u",
117
+ "v",
118
+ "w",
119
+ "x",
120
+ "y",
121
+ "z",
122
+ "\u0251",
123
+ "\u00e6",
124
+ "\u0283",
125
+ "\u0291",
126
+ "\u00e7",
127
+ "\u026f",
128
+ "\u026a",
129
+ "\u0254",
130
+ "\u025b",
131
+ "\u0279",
132
+ "\u00f0",
133
+ "\u0259",
134
+ "\u026b",
135
+ "\u0265",
136
+ "\u0278",
137
+ "\u028a",
138
+ "\u027e",
139
+ "\u0292",
140
+ "\u03b8",
141
+ "\u03b2",
142
+ "\u014b",
143
+ "\u0266",
144
+ "\u207c",
145
+ "\u02b0",
146
+ "`",
147
+ "^",
148
+ "#",
149
+ "*",
150
+ "=",
151
+ "\u02c8",
152
+ "\u02cc",
153
+ "\u2192",
154
+ "\u2193",
155
+ "\u2191",
156
+ " "
157
+ ],
158
+ "speakers": {
159
+ "ducksyde": 0
160
+ }
161
+ }