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 5d4c174 commit 945ef7cCopy full SHA for 945ef7c
chebai_graph/preprocessing/reader.py
@@ -8,6 +8,7 @@
8
import torch
9
from lightning_utilities.core.rank_zero import rank_zero_info, rank_zero_warn
10
from torch_geometric.data import Data as GeomData
11
+from torch_geometric.utils import from_networkx
12
13
from chebai_graph.preprocessing import properties
14
from chebai_graph.preprocessing.collate import GraphCollator
0 commit comments