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!
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!