Matthias Fey

Results 21 issues of Matthias Fey

The `README` says: > You may also choose to directly download these files from https://drive.google.com/open?id=1dYJtj1_J4nYJdrDY95ucGLCuZXDXI7PL and directly use them to train the model. While this worked previously, recently the URL...

skip-changelog

The first `pyg-lib` release will focus on unifying the implementations from `torch-sparse` and `torch-cluster` into a single package in order to reduce the number of external low-level library dependencies of...

good first issue
help wanted
roadmap

0 - Priority P0
feature
ops

### 🚀 The feature, motivation and pitch GPU-based neighborhood sampling can accelerate mini-batch creation for graphs that fit into GPU memory. Currently, the (solely) CPU-based sampling interface inside PyG looks...

0 - Priority P0
feature
sampler

* [x] `CMake` Support (#5) * [x] `CMakeExtension` (#14) * [x] `clang-format` checks (#12) * [x] `gtest` test suite (#13) * [x] Code coverage support (#15, #16, #17, #18) *...

good first issue
help wanted
roadmap

0 - Priority P0
feature
sampler

### 🚀 The feature, motivation and pitch Paper: [Harnessing Explanations: LLM-to-LM Interpreter for Enhanced Text Attributed Graph Representation Learning](https://arxiv.org/pdf/2305.19523) (ICLR 2024) The paper uses the power of an LLM to...

feature
help wanted
1 - Priority P1
example

### 🚀 The feature, motivation and pitch [GraphBolt](https://docs.dgl.ai/en/latest/api/python/dgl.graphbolt.html) is a new GNN-based dataloading framework, which is GNN-library agnostic. In particular, it provides feature store and sampling routines to allow for...

feature
help wanted
1 - Priority P1
roadmap

### Discussed in https://github.com/pyg-team/pytorch_geometric/discussions/9323 Originally posted by **xavierallem** May 16, 2024 I am trying to use >current_dir = os.getcwd() > path = osp.join(current_dir, '../../Data/INFECTIOUS') `dataset` = TUDataset(path, name='infectious_ct1',use_node_attr=True,use_edge_attr=True).shuffle() and I...