pyg-team/pytorch_geometric

Examples folder refactor

Open

#9 346 ouverte le 22 mai 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)Python (3 514 forks)batch import
0 - Priority P0examplehelp wantedrefactor

Métriques du dépôt

Stars
 (19 985 stars)
Métriques de merge PR
 (Merge moyen 16j 3h) (13 PRs mergées en 30 j)

Description

🛠 Proposed Refactor

Hi, I am a beginner of PyG, and I get myself familiar with PyG through the documentation, now I want to try to run some examples, I felt a little confused on the current example folder in the repo. The following are my current thoughts, I put it here for your reference, looking forward to hear your feedback.

  1. Is it possible to refactor the examples folder, now there are too many separate python scripts in the first level of the example folder, which is not helpful for beginner to get familiar with it, could you please help to tidy it?
  2. There are some official tutorial examples in documentation website, it looks quite helpful for beginners, could you also create a notebook folder, and put these notebooks into it? image

Suggest a potential alternative/fix

  1. Classify the python scripts into several folders according to model or datasets, and provide a better readme file under example folder.
  2. Create a notebook folder, and put the colab notebooks code into it.

Guide contributeur