auralray's picture
Upload folder using huggingface_hub
5611f26 verified
Raw
History Blame Contribute Delete
172 Bytes
#!/bin/bash
python main.py --gnn-type gin
python main.py --gnn-type gcn
python main.py --gnn-type gat
python main.py --gnn-type gatv2
python main.py --gnn-type graphsage