Kaan Sancak
Kaan Sancak
It would be nice to have a PGLNodePropPredDataset function. [OGBN-Arxiv dataset](https://github.com/PaddlePaddle/PGL/blob/627c9db46b793b10c7b52dcbd930982c7777c884/pgl/dataset.py#L476) is already in place. The new functionality should just take an extra parameter (dataset name). This would be really...
Hi, Do you have any examples for ogb node/link prediction datasets? If not, can you provide some examples? Thanks!
It appears that pytorch-lightning is installing the most recent version of torchmetrics, causing compatibility problems. According to the discussion on Lightning-AI/lightning#11717, the issue can be resolved by setting up `torchmetrics==0.7`.
It seems like `dgl.adj` is deprecated after v1.1 and replaced with `dgl.adj_external`.
Hello, I am trying to run the benchmark [here](https://github.com/HazyResearch/safari/blob/main/benchmarks/runtime_hyena_flashmha.py) with fused_fft_conv enabled but I am getting RuntimeError: u must have shape (batch_size, H, L) error. In this case the shape...