-
Starting this issue for tracking the learning progress of GNN
-
![graph](https://user-images.githubusercontent.com/6218739/142832766-879eefb5-ebb6-4edb-979a-2b8318c880a4.png)
-
-
### Check duplicate issues.
- [ ] Checked for duplicates
### Description
On a large node (127 cores, 128 GB), I ran:
1. ctest -j 32
2. ctest --rerun-failed
3. ctest -j 32
After 1. many …
-
The cell where the model fails with the error (PR #131):
```
=================================== FAILURES ===================================
_ examples/train-gnn-to-electric-field/train-gnn-to-e…
-
Hi, thanks for your work! I tried to run your finetune code with the script you provide in 'Pre-train on low-fidelity and fine-tune on high-fidelity' part. Specifically, it looks like this
```
pyt…
-
您好,很高兴您能分享你的工作!
我在运行你的代码时候我把train_gnn.py的--model参数改为gcn,代码就运行错误了,似乎网络的写法有问题?我要怎么改呢?
`Traceback (most recent call last):
File "/mnt/drive0/gfq/link_steal_pets2024-master/train_gnn.py", line 87…
-
See https://github.com/root-project/root/issues/16553
The following 3 tests fails consistently with missing BLAS symbols
```
984:tutorial-tmva-TMVA_SOFIE_GNN_Application
988:tutorial-tmva-TMVA_S…
-
I have recently reinstalled pytorch_geometric and pytorch_sparse.
After installing version 2.4.0, I get the following warning when I import pytorch_geometric
```
/path/to/.conda/envs/gnn/lib/pyt…
-
Hello, regarding the two example configurations mentioned in the README file, gcn_reddit_sample.cfg and gcn_cora_sample.cfg. I can run the latter normally, but the path for the former shows an issue. …