yunplus commited on
Commit
f0530e3
·
verified ·
1 Parent(s): 3f50004

upload saves/0330_25_Run3 -> yunplus/PI_Trans_Wings:model_2d

Browse files
Files changed (1) hide show
  1. model_2d/model_config +23 -23
model_2d/model_config CHANGED
@@ -1,24 +1,24 @@
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
+ 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
  }