File size: 460 Bytes
4ca66b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
model:
  target: pixelflow.model.PixelFlowModel
  params:
    num_attention_heads: 16
    attention_head_dim: 72
    in_channels: 3
    out_channels: 3
    depth: 28
    num_classes: 1000
    patch_size: 4
    attention_bias: true
scheduler:
  num_train_timesteps: 1000
  num_stages: 4
  pyramid_shift: false
data:
  root: /public/datasets/ILSVRC2012/train
  center_crop: false
  resolution: 256
  expand_ratio: 1.125
  num_workers: 4
  batch_size: 4
seed: 42