Skip to content

Help!While running the command python main_tpugraphs.py --cfg configs/tpugraphs.yaml an error occurred. #8

@MstarLioning

Description

@MstarLioning

While running the command
python main_tpugraphs.py --cfg configs/tpugraphs.yaml
an error occurred.

The specific details are as follows:

arduino
Copy code
(exphormer) E:\MStar\GST>python main_tpugraphs.py --cfg configs/tpugraphs.yaml
C:\Users\19356.conda\envs\exphormer\lib\site-packages\torchaudio\backend\utils.py:67: UserWarning: No audio backend is available.
warnings.warn('No audio backend is available.')
[*] Run ID 0: seed=0, split_index=0
Starting now: 2023-11-12 11:29:41.950824
Processing...
Traceback (most recent call last):
File "E:\MStar\GST\main_tpugraphs.py", line 151, in
loaders = create_loader()
File "C:\Users\19356.conda\envs\exphormer\lib\site-packages\torch_geometric\graphgym\loader.py", line 295, in create_loader
dataset = create_dataset()
File "C:\Users\19356.conda\envs\exphormer\lib\site-packages\torch_geometric\graphgym\loader.py", line 226, in create_dataset
dataset = load_dataset()
File "C:\Users\19356.conda\envs\exphormer\lib\site-packages\torch_geometric\graphgym\loader.py", line 171, in load_dataset
dataset = func(format, name, dataset_dir)
File "E:\MStar\GST\graphgps\loader\master_loader.py", line 112, in load_dataset_master
dataset = preformat_TPUGraphs(dataset_dir)
File "E:\MStar\GST\graphgps\loader\master_loader.py", line 323, in preformat_TPUGraphs
dataset = TPUGraphs(dataset_dir)
File "E:\MStar\GST\graphgps\loader\dataset\tpu_graphs.py", line 29, in init
super().init(root, transform, pre_transform, pre_filter)
File "C:\Users\19356.conda\envs\exphormer\lib\site-packages\torch_geometric\data\in_memory_dataset.py", line 56, in init
super().init(root, transform, pre_transform, pre_filter)
File "C:\Users\19356.conda\envs\exphormer\lib\site-packages\torch_geometric\data\dataset.py", line 87, in init
I have already followed the instructions:
"For TpuGraphs dataset, download the dataset following instructions here, by default, put the train/valid/test splits under the folder ./datasets/TPUGraphs/raw/npz/layout/xla/random. To run on other collections, modify source and search in in tpu_graphs.py."

Currently, the result of the operation is that a new empty 'processed' folder appeared in the TPUGraphs folder.

I am requesting help, thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions