-
Dear authors,
Congratulations for your very interesting work!
I was wondering whether the "Edge-wise random masking" strategy was actually equivalent to [torch_geometric.transforms.RandomLinkSp…
-
win18rr_transductive Report an error:
10:41:03 Random seed: 1024
10:41:03 Config file: config/transductive/wn18rr.yaml
10:41:03 Delta: 0
10:41:03 {'dataset': {'class': 'WN18RR', 'root': '~…
-
Do you have any tutorial or pointers about how to convert `matbench` samples to `torch_geometric` `Data` objects?
For instance, this is what an "input" looks like for `matbench_mp_e_form` but not s…
-
there is no torch_geometric in your code, can you share the code of torch_geometric.conv?
thank you
-
### 🐛 Describe the bug
#### Problem description:
Hello,
I recently encountered an `IndexError` when attempting to initialize `torch_geometric.nn.Sequential` within a multiprocessing environment. …
-
### 🐛 Describe the bug
According to the doc (https://pytorch-geometric.readthedocs.io/en/stable/modules/nn.html#torch_geometric.nn.pool.global_add_pool) and the code. The `batch` argument should be o…
-
The following code demonstrates a problem when using the `GATv2Conv` layer in a bipartite graph scenario. Specifically, the issue arises when the source and destination nodes have unequal sizes, leadi…
-
### 🐛 Describe the bug
When I try to import torch_geometric I get a segmentation fault error.
I am just trying to import torch_geometric to get started and as such haven't even used any function…
-
## 🚀 Feature
Implement Neighborloader that accept not only one Data object at time, but a Dataset object too.
The goal is to manage entire dataset with only one call of neighborloader instead manage…
-
## 🐛 Bug
I use horovod for data-parallel training with torch. I'm implementing some models here via data-parallel training to run on big HPC systems, like Summit.
I control device placement on mu…