TextSSL icon indicating copy to clipboard operation
TextSSL copied to clipboard

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

Open shawn-dm opened this issue 2 years ago • 1 comments

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)."

shawn-dm avatar Apr 16 '22 14:04 shawn-dm

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)."

qkrdmsghk avatar Apr 21 '22 03:04 qkrdmsghk