Rishi Puri
Rishi Puri
### 🚀 The feature, motivation and pitch - `pyg-lib` issue: https://github.com/pyg-team/pyg-lib/issues/49 - `pyg-lib` PR: https://github.com/pyg-team/pyg-lib/pull/51 Need to integrate this into the backend of PyG's heterogeneous GNNs.
pyg_lib pathway is chosen if cuda is available and pyg_lib is available. but if the input is not cuda we should not be using the pyg_lib pathway. simple fix without...
Epoch: 20, Step: 1000, Loss: 0.8472, Train Acc: 72.31%, Most Recent Step Time: 0.1662s Epoch: 20, Loss: 0.8822, Train Acc:72.31%, Average Step Time: 0.1624s Validation Accuracy: 68.7001% Test Accuracy: 68.6972%...
> using main branch of PyG (16 GraceHopper nodes): > Val Acc: 0.4546 > Test Acc: 0.3770 > > using PR branch (2 GraceHopper nodes due to availability): > Validation...
Introduces improvements to NVIDIA GPU examples: - Adds support for cuGraph data loading - Adds `GAT` in addition to `GCN` - Enables evaluation on all ranks - Improves default hyperparams...
### 🐛 Describe the bug ``` test/distributed/test_dist_neighbor_sampler.py::test_dist_neighbor_sampler_hetero[False] Computing METIS partitioning... double free or corruption (!prev) ``` ### Versions using PyG commit from Simplify RecSys example (#8904) 3a56d4bfd50f16515138be73b748fa586747c3ef
needs testing
### 🚀 The feature, motivation and pitch https://medshapenet.ikim.nrw/ Adding this dataset to PyG w/ an example of training a simple GNN that would enable exploration at scale across the community...
1. https://github.com/pyg-team/pytorch_geometric/pull/9462 2. https://github.com/pyg-team/pytorch_geometric/pull/9480 3. https://github.com/pyg-team/pytorch_geometric/pull/9481 4. **->** https://github.com/pyg-team/pytorch_geometric/pull/9167 --- repro: Latest NVIDIA PyG container + `git config --global credential.helper store; huggingface-cli login; cd /opt/pyg; pip uninstall -y torch-geometric; rm...
### 😵 Describe the installation problem so if I have an old installation of pyg-lib I can uninstall it: ``` root@8239e7e0e1e1:/opt/pyg/pyg-lib# pip uninstall -y pyg-lib Found existing installation: pyg-lib 0.1.0...