peterlipan / ASD_GP_GCN

ASD diagnosis on ABIDE I
MIT License
43 stars 10 forks source link

TUDataset- HTTP Error 404 #4

Closed RRRRendy closed 10 months ago

RRRRendy commented 10 months ago

Excellent work,

I encountered an issue when running this line of code: abide_dataset = TUDataset(args.data_dir, name='ABIDE', use_node_attr=True) It results in an HTTP Error 404: Not Found.

Is this because the URL in the newer version of torch_geometric.datasets's TUDataset is incorrect? How can I resolve this problem?

Additionally, I'm curious to know why we need to download ABIDE.zip after data processing is already completed in construct_graph. What is the purpose of downloading this file?

Thank you very much for your explanation and assistance!

RRRRendy commented 10 months ago

Sorry, I realized that this command is actually for creating a dataset in the local directory. It was a silly question on my part