Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick start The first example failed with "dataset = TUDataset(root='/home/zhangzhen/pygstart/dataset/ENZYMES', name='ENZYMES')" #9329

Open
zhang-zhen-project opened this issue May 18, 2024 · 1 comment
Labels

Comments

@zhang-zhen-project
Copy link

馃悰 Describe the bug

import torch
from torch_geometric.data import Data
from torch_geometric.datasets import TUDataset

dataset = TUDataset(root='/home/zhangzhen/pygstart/dataset/ENZYMES', name='ENZYMES')

Versions

[pip3] numpy==1.24.4
[pip3] torch==2.1.0+cu121.with.pypi.cudnn
[pip3] torch-cluster==1.6.3+pt21cu121
[pip3] torch_geometric==2.5.3
[pip3] torch-scatter==2.1.2+pt21cu121
[pip3] torch-sparse==0.6.18+pt21cu121
[pip3] torch-spline-conv==1.2.2+pt21cu121
[pip3] triton==2.1.0
[conda] numpy 1.24.4 pypi_0 pypi
[conda] torch 2.1.0+cu121.with.pypi.cudnn pypi_0 pypi
[conda] torch-cluster 1.6.3+pt21cu121 pypi_0 pypi
[conda] torch-geometric 2.5.3 pypi_0 pypi
[conda] torch-scatter 2.1.2+pt21cu121 pypi_0 pypi
[conda] torch-sparse 0.6.18+pt21cu121 pypi_0 pypi
[conda] torch-spline-conv 1.2.2+pt21cu121 pypi_0 pypi
[conda] triton 2.1.0 pypi_0 pypi

@rusty1s
Copy link
Member

rusty1s commented May 27, 2024

What is the error message? I think we fixed this already on master (there was an issue with loading on TUDataset on Windows due to an upgrade in fsspec dependency).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants