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 32f9105 commit c90ed7dCopy full SHA for c90ed7d
graph_net/torch/run_model.py
@@ -62,7 +62,7 @@ def main(args):
62
print(f"{model_path=}")
63
64
decorator_config = _convert_to_dict(args.decorator_config)
65
- if "decorator_path" in args.decorator_config:
+ if "decorator_path" in decorator_config:
66
model = _get_decorator(decorator_config)(model)
67
68
inputs_params = utils.load_converted_from_text(f"{model_path}")
0 commit comments