Open Mdhvince opened 7 months ago
The import statement for to_dense_adj has been updated in the tsagcn.py file. Formerly, it was imported from torch_geometric.utils.to_dense_adj, now it is imported from torch_geometric.utils._to_dense_adj.
to_dense_adj
tsagcn.py
torch_geometric.utils.to_dense_adj
from torch_geometric.utils._to_dense_adj
The import statement for
to_dense_adj
has been updated in thetsagcn.py
file. Formerly, it was imported fromtorch_geometric.utils.to_dense_adj
, now it is importedfrom torch_geometric.utils._to_dense_adj
.