# Geometric Random Walk Graph Neural Networks


## Requirements

Code is written in Python 3.6 and requires:
* PyTorch 1.8
* PyTorch Geometric 1.7
* OGB 1.3.1


### Dataset

The dataset is automatically downloaded when the user executes the script


## Training and Evaluation

To train and evaluate the model in the paper, run this command:

```
python main_pyg.py
```