TextSSL
TextSSL copied to clipboard
RuntimeError: start (0) + length (278) exceeds dimension size (2).
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)."
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)."