SohomToom commited on
Commit
cb664a4
·
verified ·
1 Parent(s): 689f7db

Delete checkpoints/converter

Browse files
checkpoints/converter/checkpoint.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:89ae83aa4e3668fef64b388b789ff7b0ce0def9f801069edfc18a00ea420748d
3
- size 131327338
 
 
 
 
checkpoints/converter/config.json DELETED
@@ -1,57 +0,0 @@
1
- {
2
- "data": {
3
- "sampling_rate": 22050,
4
- "filter_length": 1024,
5
- "hop_length": 256,
6
- "win_length": 1024,
7
- "n_speakers": 0
8
- },
9
- "model": {
10
- "inter_channels": 192,
11
- "hidden_channels": 192,
12
- "filter_channels": 768,
13
- "n_heads": 2,
14
- "n_layers": 6,
15
- "kernel_size": 3,
16
- "p_dropout": 0.1,
17
- "resblock": "1",
18
- "resblock_kernel_sizes": [
19
- 3,
20
- 7,
21
- 11
22
- ],
23
- "resblock_dilation_sizes": [
24
- [
25
- 1,
26
- 3,
27
- 5
28
- ],
29
- [
30
- 1,
31
- 3,
32
- 5
33
- ],
34
- [
35
- 1,
36
- 3,
37
- 5
38
- ]
39
- ],
40
- "upsample_rates": [
41
- 8,
42
- 8,
43
- 2,
44
- 2
45
- ],
46
- "upsample_initial_channel": 512,
47
- "upsample_kernel_sizes": [
48
- 16,
49
- 16,
50
- 4,
51
- 4
52
- ],
53
- "n_layers_q": 3,
54
- "use_spectral_norm": false,
55
- "gin_channels": 256
56
- }
57
- }