dg845 commited on
Commit
85d05d7
·
1 Parent(s): 75ba84d

Delete config.json

Browse files

Remove config (configuration refactor + bug fixes)

Files changed (1) hide show
  1. config.json +0 -47
config.json DELETED
@@ -1,47 +0,0 @@
1
- {
2
- "architectures": [
3
- "UnivNetGan"
4
- ],
5
- "channel_size": 32,
6
- "initializer_range": 0.01,
7
- "kernel_predictor_conv_size": 3,
8
- "kernel_predictor_dropout": 0.0,
9
- "kernel_predictor_hidden_channels": 64,
10
- "kernel_predictor_num_blocks": 3,
11
- "leaky_relu_slope": 0.2,
12
- "model_in_dim": 64,
13
- "model_type": "univnetgan",
14
- "num_mel_channels": 100,
15
- "resblock_dilation_sizes": [
16
- [
17
- 1,
18
- 3,
19
- 9,
20
- 27
21
- ],
22
- [
23
- 1,
24
- 3,
25
- 9,
26
- 27
27
- ],
28
- [
29
- 1,
30
- 3,
31
- 9,
32
- 27
33
- ]
34
- ],
35
- "resblock_kernel_sizes": [
36
- 3,
37
- 3,
38
- 3
39
- ],
40
- "resblock_stride_sizes": [
41
- 8,
42
- 8,
43
- 4
44
- ],
45
- "torch_dtype": "float32",
46
- "transformers_version": "4.31.0.dev0"
47
- }