Skip to content

Commit 4f954ce

Browse files
committed
Add original_name for ResNet18.
1 parent 8ba1b8f commit 4f954ce

File tree

2 files changed

+132
-24
lines changed

2 files changed

+132
-24
lines changed

paddle_samples/PaddleX/ResNet18/input_meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class Program_weight_tensor_data_0:
22
name = "data_0"
3+
original_name = "var_145"
34
shape = [64, 3, 224, 224]
45
dtype = "float32"
56
min_val = float("-2.1179")

0 commit comments

Comments
 (0)