Skip to content

Commit 7093643

Browse files
committed
Update utils
1 parent 60bfaac commit 7093643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graph_net/torch/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def handle_named_tensors(tensor):
9898
key: handle_named_tensors(tensor) for key, tensor in state_dict.items()
9999
}
100100

101+
# dynamic_shapes = extract_dynamic_shapes(example_inputs)
101102
return {
102103
"input_info": processed_inputs,
103104
"weight_info": processed_weights,

0 commit comments

Comments
 (0)