Graph-Trans
Graph-Trans copied to clipboard
A graph transformer framework
$python run.py --seed 1024 \ --model_scale middle \ --data_name flickr \ --use_super_node True \ --node_level_modules eig,svd \ --attn_mask_modules 1hop \ --sampling_algo shadowkhop \ --depth 2 \ --num_neighbors 10 When I...
I am getting errors on TORCH-SPARSE installation. Do you have any suggestions about this?
Can you provide an environment where this code can run properly? Through the pip list? I keep running into version incompatibilities when installing! Thanks ~
Line 9 (i.e. from datasets import load_dataset, load_metric) in gt_dataset.py cannot work. It seems that the datasets.py file is missing. gt_dataset.py 文件中第九行的 load_dataset, load_metric 找不到,请问该在哪里找?