"vscode:/vscode.git/clone" did not exist on "1123eaa134a0cb9ef7f4844c25cf7ae09ff7bc61"
Commit a0a48477 authored by rusty1s's avatar rusty1s
Browse files

project structure

parent ff244cd1
...@@ -54,6 +54,13 @@ python setup.py install ...@@ -54,6 +54,13 @@ python setup.py install
## Project Structure ## Project Structure
* `torch_geometric_autoscale/` contains the source code of *PyGAS*.
* `examples/` contains examples to demonstrate how to apply GAS in practice.
* `small_benchmark/` contains the experiments to validate resembling of full-batch performance
* `large_benchmark/` contains the experiments on large-scale graphs
We use [Hydra](https://hydra.cc/) to manage hyperparameter configurations.
## Running tests ## Running tests
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment