File size: 938 Bytes
33e1ca1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "data": {
    "category": "",
    "channels": 3,
    "dataset": "CelebA_HQ",
    "gaussian_dequantization": false,
    "image_size": 256,
    "logit_transform": false,
    "num_workers": 32,
    "out_of_dist": false,
    "random_flip": true,
    "rescaled": true,
    "uniform_dequantization": false
  },
  "diffusion": {
    "beta_end": 0.02,
    "beta_schedule": "linear",
    "beta_start": 0.0001,
    "num_diffusion_timesteps": 1000
  },
  "model": {
    "attn_resolutions": [
      16
    ],
    "ch": 128,
    "ch_mult": [
      1,
      1,
      2,
      2,
      4,
      4
    ],
    "dropout": 0.0,
    "ema": true,
    "ema_rate": 0.999,
    "in_channels": 3,
    "num_res_blocks": 2,
    "out_ch": 3,
    "resamp_with_conv": true,
    "type": "simple",
    "var_type": "fixedsmall"
  },
  "sampling": {
    "batch_size": 1
  },
  "time_travel": {
    "T_sampling": 100,
    "travel_length": 1,
    "travel_repeat": 1
  }
}