ashawkey commited on
Commit
c6a0c3f
1 Parent(s): a84cdee

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +1 -2
unet/config.json CHANGED
@@ -21,6 +21,5 @@
21
  "num_head_channels": 64,
22
  "num_res_blocks": 2,
23
  "out_channels": 4,
24
- "transformer_depth": 1,
25
- "use_checkpoint": false
26
  }
 
21
  "num_head_channels": 64,
22
  "num_res_blocks": 2,
23
  "out_channels": 4,
24
+ "transformer_depth": 1
 
25
  }