yunplus commited on
Commit
0293b11
·
verified ·
1 Parent(s): f0530e3

upload saves/modelcl21_1658_Run0_cl -> yunplus/PI_Trans_Wings:model_sld

Browse files
Files changed (1) hide show
  1. model_sld/model_config +22 -23
model_sld/model_config CHANGED
@@ -1,24 +1,23 @@
1
- {
2
- "init_args": [],
3
- "init_kwargs": {
4
- "h_d1": [
5
- 64,
6
- 128
7
- ],
8
- "h_d2": [
9
- 512,
10
- 256,
11
- 128,
12
- 64
13
- ],
14
- "h_e": [
15
- 16,
16
- 32,
17
- 64
18
- ],
19
- "h_in": 1,
20
- "h_out": 2
21
- },
22
- "model_name": "bresnetunetmodel",
23
- "schema_version": 1
24
  }
 
1
+ {
2
+ "init_args": [],
3
+ "init_kwargs": {
4
+ "h_d1": [
5
+ 64,
6
+ 101
7
+ ],
8
+ "h_e1": [
9
+ 32,
10
+ 32
11
+ ],
12
+ "h_e2": [
13
+ 16,
14
+ 16
15
+ ],
16
+ "h_e3": [
17
+ 16
18
+ ],
19
+ "nt": 101
20
+ },
21
+ "model_name": "triinput_simplemodel1",
22
+ "schema_version": 1
 
23
  }