Skip to content

Commit 00bed60

Browse files
committed
Add ResNet models.
1 parent 23f9239 commit 00bed60

Some content is hidden

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

75 files changed

+110896
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f58548ec9a86626ac824d9d3e8a96745a85155075b1b7c05a35b7b8bcbfc5abe
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": "ResNet101",
4+
"num_devices_required": 1,
5+
"num_nodes_required": 1
6+
}
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)