Skip to content

Commit efd4b00

Browse files
committed
Update Utils
1 parent d0ae0fd commit efd4b00

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
@@ -231,7 +231,6 @@ def convert_meta_classes_to_tensors(file_path):
231231
data_value = torch.tensor(attrs["data"], dtype=data_type).reshape(
232232
attrs.get("shape"), []
233233
)
234-
235234
yield {
236235
"info": {
237236
"shape": attrs.get("shape", []),

0 commit comments

Comments
 (0)