yunplus commited on
Commit
aced056
·
verified ·
1 Parent(s): 73e3d90

upload saves/modelcl21_1658_Run0_cl -> yunplus/PI_Trans_Wings:model_sld

Browse files
model_sld/checkpoint_epoch_899_weights ADDED
Binary file (57.4 kB). View file
 
model_sld/model_config ADDED
@@ -0,0 +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
+ }