yunplus commited on
Commit
d6e581b
·
verified ·
1 Parent(s): bee87ca

upload save/0524_j48nn5_Run2_Tranpp0n_Run0 -> yunplus/AeroTransformer:ATsurf_L_v1_SC

Browse files
Files changed (1) hide show
  1. ATsurf_L_v1_SC/model_config +21 -0
ATsurf_L_v1_SC/model_config ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "init_args": [],
3
+ "init_kwargs": {
4
+ "fun_dim": 3,
5
+ "mlp_ratio": 4,
6
+ "n_hidden": 64,
7
+ "n_layers": 5,
8
+ "out_dim": 3,
9
+ "patch_size": [
10
+ 4,
11
+ 4
12
+ ],
13
+ "type_cond": "inj",
14
+ "window_size": [
15
+ 8,
16
+ 8
17
+ ]
18
+ },
19
+ "model_name": "WingPDETransformer",
20
+ "schema_version": 1
21
+ }