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 60bfaac commit 7093643Copy full SHA for 7093643
graph_net/torch/utils.py
@@ -98,6 +98,7 @@ def handle_named_tensors(tensor):
98
key: handle_named_tensors(tensor) for key, tensor in state_dict.items()
99
}
100
101
+ # dynamic_shapes = extract_dynamic_shapes(example_inputs)
102
return {
103
"input_info": processed_inputs,
104
"weight_info": processed_weights,
0 commit comments