Skip to content

Commit 031ecb4

Browse files
committed
Fix a typo and add some printing hints.
1 parent ea531b9 commit 031ecb4

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

graph_net/paddle/check_redundant_incrementally.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ def main(args):
110110
help="Path to GraphNet samples",
111111
)
112112
args = parser.parse_args()
113-
print(args)
113+
print(f"[Check Redundancy Arguments] {args}")
114114
main(args=args)

graph_net/paddle/validate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,5 @@ def main(args):
141141
help="Path to GraphNet samples folder. e.g '../../samples'",
142142
)
143143
args = parser.parse_args()
144+
print(f"[Validate Arguments] {args}")
144145
main(args=args)

paddle_samples/PaddleX/BlazeFace/subgraph_3/shape_petches_BlazeFace-FPN-SSH/input_meta.py renamed to paddle_samples/PaddleX/BlazeFace/subgraph_3/shape_patches_BlazeFace-FPN-SSH/input_meta.py

File renamed without changes.

paddle_samples/PaddleX/BlazeFace/subgraph_3/shape_petches_BlazeFace-FPN-SSH/weight_meta.py renamed to paddle_samples/PaddleX/BlazeFace/subgraph_3/shape_patches_BlazeFace-FPN-SSH/weight_meta.py

File renamed without changes.

0 commit comments

Comments
 (0)