bhuvanmdev commited on
Commit
31c07e1
1 Parent(s): e67454a

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +1 -0
unet/config.json CHANGED
@@ -17,6 +17,7 @@
17
  "image_size": 32,
18
  "in_channels": 4,
19
  "model_channels": 320,
 
20
  "num_head_channels": 64,
21
  "num_res_blocks": 2,
22
  "out_channels": 4,
 
17
  "image_size": 32,
18
  "in_channels": 4,
19
  "model_channels": 320,
20
+ "ip_dim": 16,
21
  "num_head_channels": 64,
22
  "num_res_blocks": 2,
23
  "out_channels": 4,