AbstractPhil commited on
Commit
b2368fb
·
verified ·
1 Parent(s): f9cf950

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "flow_match_relay",
3
+ "architectures": [
4
+ "FlowMatchRelayModel"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_flow_match.FlowMatchRelayConfig",
8
+ "AutoModel": "modeling_flow_match.FlowMatchRelayModel"
9
+ },
10
+ "in_channels": 3,
11
+ "base_channels": 64,
12
+ "channel_mults": [
13
+ 1,
14
+ 2,
15
+ 4
16
+ ],
17
+ "n_classes": 10,
18
+ "cond_dim": 256,
19
+ "use_relay": true,
20
+ "relay_patch_dim": 16,
21
+ "relay_n_anchors": 16,
22
+ "relay_n_phases": 3,
23
+ "relay_pw_hidden": 32,
24
+ "relay_gate_init": -3.0,
25
+ "relay_mode": "channel",
26
+ "image_size": 32,
27
+ "n_sample_steps": 50,
28
+ "torch_dtype": "float32"
29
+ }