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

upload saves/modelcl21_1658_Run0 -> yunplus/PI_Trans_Wings:model_3d

Browse files
Files changed (1) hide show
  1. model_3d/model_config +30 -23
model_3d/model_config CHANGED
@@ -1,24 +1,31 @@
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
+ "coder_kernel": 3,
5
+ "coder_type": "onlycond",
6
+ "de_type": "cat",
7
+ "h_d": [
8
+ 258,
9
+ 128,
10
+ 128,
11
+ 64,
12
+ 64,
13
+ 32,
14
+ 32
15
+ ],
16
+ "h_e": [
17
+ 32,
18
+ 64,
19
+ 64,
20
+ 128,
21
+ 128,
22
+ 256
23
+ ],
24
+ "h_e1": null,
25
+ "h_e2": null,
26
+ "h_in": 5,
27
+ "h_out": 3
28
+ },
29
+ "model_name": "ounetbedmodel",
30
+ "schema_version": 1
31
  }