benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.67k stars 377 forks source link

Update import statement in tsagcn.py #269

Open Mdhvince opened 7 months ago

Mdhvince commented 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.