nambn0321 commited on
Commit
f9aa3b0
·
verified ·
1 Parent(s): e8dda60

Delete config (1).json

Browse files
Files changed (1) hide show
  1. config (1).json +0 -20
config (1).json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "model_in_dim": 80,
3
- "sampling_rate": 22050,
4
- "filter_length": 1024,
5
- "hop_length": 256,
6
- "win_length": 1024,
7
- "n_mel_channels": 80,
8
- "mel_fmin": 0.0,
9
- "mel_fmax": 8000.0,
10
- "resblock": "1",
11
- "resblock_kernel_sizes": [3, 7, 11],
12
- "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
13
- "upsample_rates": [8, 8, 2, 2],
14
- "upsample_kernel_sizes": [16, 16, 4, 4],
15
- "upsample_initial_channel": 512,
16
- "upsample_type": "conv",
17
- "num_mels": 80,
18
- "segment_size": 8192,
19
- "gen_istft": false
20
- }