You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use pip install pytorch_geometric or pip install pytorch_geometric -f https://data.pyg.org/whl/torch-1.12.0+cu116.html
there is a bug in line 227 and line 228 in pytorch_geometric.nn.conv.message_passing (torch_geometric/nn/conv/message_passing.py).
source code in line 285 and line 286 in torch_geometric/nn/conv/message_passing.py ( function def collect(self, args, edge_index, size, kwargs)) in github as flow:
but with pip install the package , line 227 and line 228 in torch_geometric/nn/conv/message_passing.py ( function def collect(self, args, edge_index, size, kwargs)) as flow:
Environment
PyG version: 2.0.4
PyTorch version: 1.12.0
OS: linux
Python version: 3.10, 3.9
CUDA/cuDNN version: 11.6, 11.3
How you installed PyTorch and PyG (conda, pip, source): pip
Any other relevant information (e.g., version of torch-scatter):
The text was updated successfully, but these errors were encountered:
I mean the script I downloaded from the internet with pip install pytorch_geometric or pip install pytorch_geometric -f https://data.pyg.org/whl/torch-1.12.0+cu116.html is wrong and I checked the source code in the pypi, it's also wrong.
Whether the latest is not updated to pypi ?
🐛 Describe the bug
use pip install pytorch_geometric or pip install pytorch_geometric -f https://data.pyg.org/whl/torch-1.12.0+cu116.html
there is a bug in line 227 and line 228 in pytorch_geometric.nn.conv.message_passing (torch_geometric/nn/conv/message_passing.py).
source code in line 285 and line 286 in torch_geometric/nn/conv/message_passing.py ( function def collect(self, args, edge_index, size, kwargs)) in github as flow:
but with pip install the package , line 227 and line 228 in torch_geometric/nn/conv/message_passing.py ( function def collect(self, args, edge_index, size, kwargs)) as flow:
Environment
conda
,pip
, source): piptorch-scatter
):The text was updated successfully, but these errors were encountered: