-
If you do not know the root cause of the problem / bug, and wish someone to help you, please
post according to this template:
## 🐛 Bugs / Unexpected behaviors
Using pytorch3d throws `undefined …
-
The molnet loader functions are currently divided into two groups with inconsistent APIs for specifying featurizers and splitters.
Most of them have arguments `featurizer` and `split` to specify th…
-
## 🐛 Bug
When I run dgl\examples\pytorch\graphsage\dist\train_dist.py on GPUs as the file README.md, it works fine, but when changing the network layer of the model the following problem occurs:…
-
## 🐛 Bug
In our experiment, we split the training/validation/test set for a graph data set (taking Cora as an example) many times. Each split was trained in a run and the classification accuracy wa…
-
I would Like to ask what's the difference between the defined class here and the standard GraphConv dgl class ? Have you modified the class to handle different edge types when computing attention head…
-
### 🐛 Describe the bug
Hi,
I am running into some issues when trying to run a Heterogeneous GNN on a custom-made dataset.
Context:
Basically, my dataset is a list of HeteroData (i.e. heter…
-
Traceback (most recent call last):
File "D:/E/PycharmProjects/GCN/gatAndNewGnn/gat_for_graph_classi_torch_dgl.py", line 411, in
prediction = model(bg) # 得到模型预测值
File "D:\E\Anaconda3\envs\p…
-
Starting this issue for tracking the learning progress of GNN
-
#When I ran python scripts/run_dtu.py, no error occurred, but it did not work either. I could see no activity in nvidia-smi.
#Previously, I encountered the following errors:
` File "/hdd/jhee/3D/Tr…
-
## 🐛 Bug
## To Reproduce
I run the [tutorial code](https://docs.dgl.ai/en/latest/guide/training-graph.html), but errors occur.
```python
import dgl.data
import torch.nn.functional as …