patrickvonplaten commited on
Commit
f453f1a
1 Parent(s): fc794f1

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNetModel",
3
+ "attn_resolutions": [
4
+ 16
5
+ ],
6
+ "ch": 128,
7
+ "ch_mult": [
8
+ 1,
9
+ 1,
10
+ 2,
11
+ 2,
12
+ 4,
13
+ 4
14
+ ],
15
+ "dropout": 0.0,
16
+ "in_channels": 3,
17
+ "name_or_path": "fusing/ddpm-celeba-hq",
18
+ "num_res_blocks": 2,
19
+ "out_ch": 3,
20
+ "resamp_with_conv": true,
21
+ "resolution": 256
22
+ }