sogeeking commited on
Commit
c63285e
1 Parent(s): 205227e

Upload config

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