Upload config
Browse files- config.json +51 -0
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": null,
|
3 |
+
"channels": 1,
|
4 |
+
"code_dim": 16,
|
5 |
+
"codebook_size": 256,
|
6 |
+
"disc_start": 1001,
|
7 |
+
"fsq_levels": [
|
8 |
+
8,
|
9 |
+
8,
|
10 |
+
6,
|
11 |
+
6,
|
12 |
+
6
|
13 |
+
],
|
14 |
+
"image_size": 256,
|
15 |
+
"init_dim": 128,
|
16 |
+
"kl_weight": 2.5e-05,
|
17 |
+
"layers": [
|
18 |
+
"residual",
|
19 |
+
"residual",
|
20 |
+
"residual",
|
21 |
+
"residual",
|
22 |
+
"compress_space",
|
23 |
+
"residual",
|
24 |
+
"residual",
|
25 |
+
"residual",
|
26 |
+
"compress_space",
|
27 |
+
"residual",
|
28 |
+
"residual",
|
29 |
+
"residual",
|
30 |
+
"compress_space",
|
31 |
+
"residual",
|
32 |
+
"residual",
|
33 |
+
"residual",
|
34 |
+
"compress_space",
|
35 |
+
"residual",
|
36 |
+
"residual",
|
37 |
+
"residual"
|
38 |
+
],
|
39 |
+
"model_type": "pdetokenizer",
|
40 |
+
"num_codebooks": 1,
|
41 |
+
"num_groups": 8,
|
42 |
+
"pad_mode": "circular",
|
43 |
+
"perceptual_loss_weight": 0,
|
44 |
+
"quantization_type": "vq",
|
45 |
+
"temporal_compression": false,
|
46 |
+
"transformers_version": null,
|
47 |
+
"use_batch_norm": false,
|
48 |
+
"use_gan": false,
|
49 |
+
"use_revin": false,
|
50 |
+
"use_style": false
|
51 |
+
}
|