[Under Review] Efficient and Expressive Graph Learning via Random Search Neural Networks
- In the
generationdirectory, use the following command to download and preprocess datasets from PyTorch Geometric:source generate_benchmarks.sh - Once the datasets are downloaded and preprocessed, in the
rootdirectory, use the following command to train models and save results to theresultsdirectory.source search_benchmarks_rws.sh - After training the models and saving the results, load the results in the
load_results.ipynbnotebook located in theresultsdirectory.