-
despite having installed torch-cluster version properly i still got this error message .... could help plz ?
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement t…
-
### 🐛 Describe the bug
In my use-case I have a custom dataset in which some node-types don't occur in every `HeteroData` object.
However, `torch_geometric.data.separate` assumes that the `'x'` tenso…
-
i run sh exp_PolyGCL.sh , and i found this type of error. so please help me.
Traceback (most recent call last): File "training.py", line 15, in from model import LogReg,Model File "/DATA…
-
### 🐛 Describe the bug
I find a weird bug of `MessagePassing` module when processing bipartite graph.
## Run code snippet in Google Colab notebook
Here is my code:
```python
import torch
imp…
-
my env is
torch 1.12.0
torch-cluster 1.6.0
torch-geometric 2.0.4
torch-geometric-autoscale 0.0.0
torch-scatter 2.0.9
to…
-
### 🚀 The feature, motivation and pitch
The current API of `torch_geometric.nn.aggr.Aggregation` seems to be unnecessarily limited with respect to edge weights. At least some architectures introduce …
-
### 🐛 Describe the bug
AttributeError Traceback (most recent call last)
Input In [136], in ()
15 print(f'before AD dict th = {threshold_percentage}')
16 for su…
-
I'm looping through and trying to cluster large graphs into smaller partitions. When I use the clusterData function like so:
```
graph = pytorch_geometric.Data.data object
graph2 = pytorch_geom…
-
## 📚 Installation
## Environment
* OS: Mac 11
* Python version: 3.7
* PyTorch version: 1.9
* CUDA/cuDNN version:
* GCC version:
* How did you try to install PyTorch Geometric and its ex…
-
### 🐛 Describe the bug
I have run the scripts in [examples/compile] (https://github.com/pyg-team/pytorch_geometric/tree/master/examples/compile) to compare the performance of compile vs. not compiled…