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