#install all the required packages

# for training on MUTAG (fold 0) with default parameters
python train.py

# for testing on MUTAG (fold 0) using the last checkpoint
python test.py


