File size: 609 Bytes
b2368fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_type": "flow_match_relay",
  "architectures": [
    "FlowMatchRelayModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_flow_match.FlowMatchRelayConfig",
    "AutoModel": "modeling_flow_match.FlowMatchRelayModel"
  },
  "in_channels": 3,
  "base_channels": 64,
  "channel_mults": [
    1,
    2,
    4
  ],
  "n_classes": 10,
  "cond_dim": 256,
  "use_relay": true,
  "relay_patch_dim": 16,
  "relay_n_anchors": 16,
  "relay_n_phases": 3,
  "relay_pw_hidden": 32,
  "relay_gate_init": -3.0,
  "relay_mode": "channel",
  "image_size": 32,
  "n_sample_steps": 50,
  "torch_dtype": "float32"
}