teticio commited on
Commit
d4faa64
1 Parent(s): c367586

Update vqvae/config.json

Browse files
Files changed (1) hide show
  1. vqvae/config.json +4 -1
vqvae/config.json CHANGED
@@ -20,7 +20,10 @@
20
  "layers_per_block": 2,
21
  "norm_num_groups": 32,
22
  "out_channels": 1,
23
- "sample_size": 512,
 
 
 
24
  "up_block_types": [
25
  "UpDecoderBlock2D",
26
  "UpDecoderBlock2D",
 
20
  "layers_per_block": 2,
21
  "norm_num_groups": 32,
22
  "out_channels": 1,
23
+ "sample_size": [
24
+ 512,
25
+ 512
26
+ ],
27
  "up_block_types": [
28
  "UpDecoderBlock2D",
29
  "UpDecoderBlock2D",