Category "pytorch-geometric"

How to download an older version of PyTorch Geometric in Google Colab?

Question: How can I download an older version of PyTorch geometric in google colab? Context: I am trying to use/load a pytorch-geometric graph and am getting th

Difference between pooling and global pooling in torch_geometric.nn

I realised that torch_geometric library offers both global pooling layers and pooling layers, but I don't really understand what is the difference between these

Load custom knowledge-graph data to pytorch geometric

I am new to PyTorch geometric and want to know how we can load our own knowledge-graph dataset into PyTorch geometric DataLoader. I have my data in the CSV file