benjamin-paine commited on
Commit
b6397e4
·
verified ·
1 Parent(s): 055da3b

Update vae/config.json

Browse files
Files changed (1) hide show
  1. vae/config.json +12 -18
vae/config.json CHANGED
@@ -10,10 +10,10 @@
10
  512
11
  ],
12
  "down_block_types": [
13
- "DownEncoderBlock2D",
14
- "DownEncoderBlock2D",
15
- "DownEncoderBlock2D",
16
- "DownEncoderBlock2D"
17
  ],
18
  "extra_cond_dim": null,
19
  "force_upcast": true,
@@ -26,20 +26,14 @@
26
  "latents_mean": null,
27
  "latents_std": null,
28
  "layers_per_block": 2,
29
- "memory_limit": {
30
- "conv_max_mem": 0.5,
31
- "norm_max_mem": 0.5
32
- },
33
  "mid_block_add_attention": true,
34
  "norm_num_groups": 32,
35
  "out_channels": 3,
36
  "sample_size": 32,
37
  "scaling_factor": 0.9152,
38
  "shift_factor": null,
39
- "slicing": {
40
- "memory_device": "same",
41
- "split_size": 4
42
- },
43
  "slicing_sample_min_size": 4,
44
  "slicing_up_num": 0,
45
  "spatial_downsample_factor": 8,
@@ -47,11 +41,11 @@
47
  "temporal_scale_num": 2,
48
  "time_receptive_field": "full",
49
  "up_block_types": [
50
- "UpDecoderBlock2D",
51
- "UpDecoderBlock2D",
52
- "UpDecoderBlock2D",
53
- "UpDecoderBlock2D"
54
  ],
55
- "use_post_quant_conv": true,
56
- "use_quant_conv": true
57
  }
 
10
  512
11
  ],
12
  "down_block_types": [
13
+ "DownEncoderBlock3D",
14
+ "DownEncoderBlock3D",
15
+ "DownEncoderBlock3D",
16
+ "DownEncoderBlock3D"
17
  ],
18
  "extra_cond_dim": null,
19
  "force_upcast": true,
 
26
  "latents_mean": null,
27
  "latents_std": null,
28
  "layers_per_block": 2,
29
+ "memory_limit": null,
 
 
 
30
  "mid_block_add_attention": true,
31
  "norm_num_groups": 32,
32
  "out_channels": 3,
33
  "sample_size": 32,
34
  "scaling_factor": 0.9152,
35
  "shift_factor": null,
36
+ "slicing": null,
 
 
 
37
  "slicing_sample_min_size": 4,
38
  "slicing_up_num": 0,
39
  "spatial_downsample_factor": 8,
 
41
  "temporal_scale_num": 2,
42
  "time_receptive_field": "full",
43
  "up_block_types": [
44
+ "UpDecoderBlock3D",
45
+ "UpDecoderBlock3D",
46
+ "UpDecoderBlock3D",
47
+ "UpDecoderBlock3D"
48
  ],
49
+ "use_post_quant_conv": false,
50
+ "use_quant_conv": false
51
  }