Skip to content

Commit 0961be8

Browse files
committed
Update Utils
1 parent efd4b00 commit 0961be8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graph_net/torch/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def format_data(data):
136136

137137
def process_tensor_info(tensor_info, name_prefix="example_input"):
138138
tensor_type = tensor_info.get("type")
139-
140139
info = tensor_info.get("info", {})
141140
dtype = info.get("dtype", "torch.float")
142141
shape = info.get("shape", [])

0 commit comments

Comments
 (0)