Skip to content

Commit 23f9239

Browse files
committed
Update ResNet18 and SwinTransformer.
1 parent ded584f commit 23f9239

File tree

104 files changed

+75331
-65275
lines changed

Some content is hidden

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

104 files changed

+75331
-65275
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2f39797c993430f7283021b78ebbc524c6d5ab7fc08eec8ae3e57c0d2e9f5b3c

paddle_samples/vision-model/SwinTransformer_base_patch4_window12_384/subgraph_0/graph_net.json renamed to paddle_samples/PaddleX/ResNet18/graph_net.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"framework": "paddle",
3+
"model_name": "ResNet18",
34
"num_devices_required": 1,
45
"num_nodes_required": 1
56
}
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 = [64, 3, 224, 224]
4+
dtype = "float32"
5+
min_val = float("-2.1179")
6+
max_val = float("2.64")
7+
mean = float("-0.0534006")
8+
std = float("1.34101")
9+
data = None

0 commit comments

Comments
 (0)