We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136008d commit 58a5ba1Copy full SHA for 58a5ba1
graph_net/paddle/validate.py
@@ -74,6 +74,8 @@ def main(args):
74
print("Check redundancy ...")
75
graph_net_samples_path = (
76
graph_net.paddle.samples_util.get_default_samples_directory()
77
+ if args.graph_net_samples_path is None
78
+ else args.graph_net_samples_path
79
)
80
cmd = f"{sys.executable} -m graph_net.paddle.check_redundant_incrementally --model-path {args.model_path} --graph-net-samples-path {graph_net_samples_path}"
81
cmd_ret = os.system(cmd)
0 commit comments