pyg-team/pytorch_geometric

Improve `NNConv` runtimes

Ouverte

#602 ouverte le 6 août 2019

 (8 commentaires) (0 réaction) (0 personne assignée)Python (3 514 forks)batch import
2 - Priority P2benchmarkfeaturehelp wantednn

Métriques du dépôt

Stars
 (19 985 étoiles)
Métriques de merge PR
 (Merge moyen 35j 1h) (14 PRs mergées en 30 j)

Description

🐛 Bug

I have benchmarked EEC vs https://github.com/mys007/ecc implementation. The code is 3-5 times slower in pytorch_geometric.

I think it is due to the entire pseudo tensor which is given to every message function. Maybe, only weight_j should be given there.

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Environment

  • OS:
  • Python version:
  • PyTorch version:
  • CUDA/cuDNN version:
  • GCC version:
  • Any other relevant information:

Additional context

Guide contributeur