Skip to content

Commit c90ed7d

Browse files
committed
minor fix
1 parent 32f9105 commit c90ed7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_net/torch/run_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def main(args):
6262
print(f"{model_path=}")
6363

6464
decorator_config = _convert_to_dict(args.decorator_config)
65-
if "decorator_path" in args.decorator_config:
65+
if "decorator_path" in decorator_config:
6666
model = _get_decorator(decorator_config)(model)
6767

6868
inputs_params = utils.load_converted_from_text(f"{model_path}")

0 commit comments

Comments
 (0)