Skip to content

Commit dcaa805

Browse files
committed
minor fix
1 parent bf956ae commit dcaa805

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

graph_net/paddle/validate.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,12 @@ def main(args):
106106
default=False,
107107
help="Dump graph hash key",
108108
)
109+
parser.add_argument(
110+
"--graph-net-samples-path",
111+
type=str,
112+
required=False,
113+
default=None,
114+
help="Path to GraphNet samples folder. e.g '../../samples'",
115+
)
109116
args = parser.parse_args()
110117
main(args=args)

0 commit comments

Comments
 (0)