# Geometric Random Walk Graph Neural Networks


## Requirements

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


### Datasets

The datasets are automatically downloaded when the user executes the script


## Training and Evaluation

To train and evaluate the model, specify the dataset and the hyperparameters in the tu_dataset.py file and then execute:

```
python tu_dataset.py
```