rubelhok commited on
Commit
3caeb12
·
verified ·
1 Parent(s): 3fd2e53

Upload 3 files

Browse files
Files changed (3) hide show
  1. D_2333333.pth +3 -0
  2. G_2333333.pth +3 -0
  3. config.json +81 -0
D_2333333.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e63049954bf28788efe7ba9cbe8883005c8f43256b756d8c711d44b7b8cbedb
3
+ size 285701579
G_2333333.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69b3d1e1891caae5a87fa87ad61363141765f7a29041066e73a7b405d7873ca9
3
+ size 145889291
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 50,
4
+ "eval_interval": 100,
5
+ "seed": 1234,
6
+ "epochs": 200,
7
+ "learning_rate": 0.0002,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 8,
14
+ "fp16_run": true,
15
+ "lr_decay": 0.999875,
16
+ "segment_size": 12800,
17
+ "init_lr_ratio": 1,
18
+ "warmup_epochs": 10,
19
+ "c_mel": 45,
20
+ "c_kl": 1.0
21
+ },
22
+ "data": {
23
+ "training_files": "./logs/NeilModel/filelist.txt",
24
+ "validation_files": "./logs/NeilModel/val_filelist.txt",
25
+ "max_wav_value": 32768.0,
26
+ "sampling_rate": 40000,
27
+ "filter_length": 2048,
28
+ "hop_length": 512,
29
+ "win_length": 2048,
30
+ "n_mel_channels": 128,
31
+ "mel_fmin": 0.0,
32
+ "mel_fmax": null
33
+ },
34
+ "model": {
35
+ "inter_channels": 192,
36
+ "hidden_channels": 192,
37
+ "filter_channels": 768,
38
+ "n_heads": 2,
39
+ "n_layers": 6,
40
+ "kernel_size": 3,
41
+ "p_dropout": 0.1,
42
+ "resblock": "1",
43
+ "resblock_kernel_sizes": [
44
+ 3,
45
+ 7,
46
+ 11
47
+ ],
48
+ "resblock_dilation_sizes": [
49
+ [
50
+ 1,
51
+ 3,
52
+ 5
53
+ ],
54
+ [
55
+ 1,
56
+ 3,
57
+ 5
58
+ ],
59
+ [
60
+ 1,
61
+ 3,
62
+ 5
63
+ ]
64
+ ],
65
+ "upsample_rates": [
66
+ 8,
67
+ 8,
68
+ 2,
69
+ 2
70
+ ],
71
+ "upsample_initial_channel": 512,
72
+ "upsample_kernel_sizes": [
73
+ 16,
74
+ 16,
75
+ 4,
76
+ 4
77
+ ],
78
+ "n_layers_q": 3,
79
+ "use_spectral_norm": false
80
+ }
81
+ }