Skip to content

Commit cea2c72

Browse files
committed
Add cv models with 3 subgraphs.
1 parent daf7387 commit cea2c72

File tree

292 files changed

+454808
-7186
lines changed

Some content is hidden

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

292 files changed

+454808
-7186
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fbd93ce7d51534bf1cbcec289a3a8f1c7b02b5cb5f57529ce2fbd86897b5e088

paddle_samples/PaddleX/SeaFormer_tiny/subgraph_2/graph_net.json renamed to paddle_samples/PaddleX/FasterNet-L/subgraph_0/graph_net.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "paddle",
3-
"model_name": "SeaFormer_tiny",
3+
"model_name": "FasterNet-L",
44
"num_devices_required": 1,
55
"num_nodes_required": 1
66
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class Program_weight_tensor_data_0:
2+
name = "data_0"
3+
shape = [4, 3, 224, 224]
4+
dtype = "float32"
5+
min_val = float("-2.1179")
6+
max_val = float("2.64")
7+
mean = float("0.110113")
8+
std = float("1.30309")
9+
data = None

0 commit comments

Comments
 (0)