Skip to content

Commit c4b4506

Browse files
authored
[New Sample] Add cv models with 3 subgraphs. (#269)
* Add cv models. * Add cv models with 3 subgraphs. * Skip shape_patches path in ci.
1 parent e32fcb6 commit c4b4506

File tree

467 files changed

+659907
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

467 files changed

+659907
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
94f68a32a189a13a1025d0e8a1d6e6269b722b9018d7342b47c28793031842cc
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"framework": "paddle",
3+
"model_name": "CLIP_vit_base_patch16_448_ML",
4+
"num_devices_required": 1,
5+
"num_nodes_required": 1
6+
}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
class Program_weight_tensor_data_0:
2+
name = "data_0"
3+
shape = [1, 1, 768]
4+
dtype = "float32"
5+
min_val = float("-1.57892")
6+
max_val = float("0.974002")
7+
mean = float("0.0033194")
8+
std = float("0.219507")
9+
data = None
10+
11+
12+
class Program_weight_tensor_data_1:
13+
name = "data_1"
14+
shape = [1, 197, 768]
15+
dtype = "float32"
16+
min_val = float("-0.226016")
17+
max_val = float("0.248632")
18+
mean = float("-0.00788177")
19+
std = float("0.0294678")
20+
data = None
21+
22+
23+
class Program_weight_tensor_data_2:
24+
name = "data_2"
25+
shape = [33, 768]
26+
dtype = "float32"
27+
min_val = float("-0.0865287")
28+
max_val = float("0.0865482")
29+
mean = float("-0.000143484")
30+
std = float("0.0501765")
31+
data = None
32+
33+
34+
class Program_weight_tensor_data_3:
35+
name = "data_3"
36+
shape = []
37+
dtype = "int64"
38+
data = [7]
39+
40+
41+
class Program_weight_tensor_data_4:
42+
name = "data_4"
43+
shape = [7, 3, 448, 448]
44+
dtype = "float32"
45+
min_val = float("-2.1179")
46+
max_val = float("2.64")
47+
mean = float("-0.154463")
48+
std = float("1.24419")
49+
data = None

0 commit comments

Comments
 (0)