Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ GiGL contains six components, each designed to facilitate the platforms end-to-e

| Component | Source Code | Documentation |
|-------------------|---------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|
| Config Populator | [here](python/gigl/src/config_populator/config_populator.py) | [here](docs/sphinx/source/components/config_populator.md) |
| Data Preprocessor | [here](python/gigl/src/data_preprocessor/data_preprocessor.py) | [here](docs/sphinx/source/components/data_preprocessor.md) |
| Subgraph Sampler | [here](scala/subgraph_sampler/src/main/scala/Main.scala) | [here](docs/sphinx/source/components/subgraph_sampler.md) |
| Split Generator | [here](scala/split_generator/src/main/scala/Main.scala) | [here](docs/sphinx/source/components/split_generator.md) |
| Trainer | [here](python/gigl/src/training/trainer.py) | [here](docs/sphinx/source/components/trainer.md) |
| Inferencer | [here](python/gigl/src/inference/gnn_inferencer.py) | [here](docs/sphinx/source/components/inferencer.md) |
| Config Populator | [here](/python/gigl/src/config_populator/config_populator.py) | [here](/docs/sphinx/source/components/config_populator.md) |
| Data Preprocessor | [here](/python/gigl/src/data_preprocessor/data_preprocessor.py) | [here](/docs/sphinx/source/components/data_preprocessor.md) |
| Subgraph Sampler | [here](/scala/subgraph_sampler/src/main/scala/Main.scala) | [here](/docs/sphinx/source/components/subgraph_sampler.md) |
| Split Generator | [here](/scala/split_generator/src/main/scala/Main.scala) | [here](/docs/sphinx/source/components/split_generator.md) |
| Trainer | [here](/python/gigl/src/training/trainer.py) | [here](/docs/sphinx/source/components/trainer.md) |
| Inferencer | [here](/python/gigl/src/inference/gnn_inferencer.py) | [here](/docs/sphinx/source/components/inferencer.md) |

The figure below illustrates at a high level how all the components work together for and end-to-end GiGL pipeline.

Expand Down