patrickvonplaten commited on
Commit
ca1c8ae
·
1 Parent(s): 6c1a368

add model cifar

Browse files
Files changed (2) hide show
  1. config.json +43 -0
  2. diffusion_model.pt +3 -0
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "NCSNpp",
3
+ "_diffusers_version": "0.0.4",
4
+ "attention_type": "ddpm",
5
+ "attn_resolutions": [
6
+ 16
7
+ ],
8
+ "centered": false,
9
+ "ch_mult": [
10
+ 1,
11
+ 2,
12
+ 2,
13
+ 2
14
+ ],
15
+ "conditional": true,
16
+ "continuous": true,
17
+ "conv_size": 3,
18
+ "dropout": 0.0,
19
+ "embedding_type": "fourier",
20
+ "fir": true,
21
+ "fir_kernel": [
22
+ 1,
23
+ 3,
24
+ 3,
25
+ 1
26
+ ],
27
+ "fourier_scale": 16,
28
+ "image_size": 32,
29
+ "init_scale": 0.0,
30
+ "name_or_path": "/home/patrick/cifar10-ncsnpp-ve",
31
+ "nf": 128,
32
+ "nonlinearity": "swish",
33
+ "normalization": "GroupNorm",
34
+ "num_channels": 3,
35
+ "num_res_blocks": 4,
36
+ "progressive": "none",
37
+ "progressive_combine": "sum",
38
+ "progressive_input": "residual",
39
+ "resamp_with_conv": true,
40
+ "resblock_type": "biggan",
41
+ "scale_by_sigma": true,
42
+ "skip_rescale": true
43
+ }
diffusion_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a552a3bd13b8ce2d5de5bf3def28cbaca5678bdee3e0a7c0504c22fa728b7e
3
+ size 251229003