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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: start (0) + length (278) exceeds dimension size (2). #3

Open
shawn-dm opened this issue Apr 16, 2022 · 1 comment
Open

Comments

@shawn-dm
Copy link

Could you tell me which version of pyg you use?
when i run train_docs.py, there is an error:

.........., line 65, in _separate
value = value.narrow(cat_dim or 0, start, end - start)

"RuntimeError: start (0) + length (278) exceeds dimension size (2)."

@qkrdmsghk
Copy link
Owner

Hi, here is our environment:

  • torch=1.9.0+cu111
  • torch-geometric=1.7.2
  • torch-cluster=1.5.9
  • torch-scatter=2.0.8
  • torch-sparse=0.6.11
  • torch-spline-conv=1.2.1

Thanks!

Could you tell me which version of pyg you use? when i run train_docs.py, there is an error:

.........., line 65, in _separate value = value.narrow(cat_dim or 0, start, end - start)

"RuntimeError: start (0) + length (278) exceeds dimension size (2)."

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

No branches or pull requests

2 participants