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

运行gnn模型 用cnn encoder 报错 #84

Open
LeiPK opened this issue Mar 2, 2023 · 0 comments
Open

运行gnn模型 用cnn encoder 报错 #84

LeiPK opened this issue Mar 2, 2023 · 0 comments

Comments

@LeiPK
Copy link

LeiPK commented Mar 2, 2023

python train_demo.py
--val val_wiki
--model snail
--encoder cnn
--trainN 10
--N 5
--K 1
--val_step 1000

模型报错如下:
../aten/src/ATen/native/cuda/Indexing.cu:1141: indexSelectLargeIndex: block: [18,0,0], thread: [123,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:1141: indexSelectLargeIndex: block: [18,0,0], thread: [124,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:1141: indexSelectLargeIndex: block: [18,0,0], thread: [125,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:1141: indexSelectLargeIndex: block: [18,0,0], thread: [126,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:1141: indexSelectLargeIndex: block: [18,0,0], thread: [127,0,0] Assertion srcIndex < srcSelectDimSize failed.
run2.0.sh: line 27: 34102 Segmentation fault python train_demo.py --val val_wiki --model snail --encoder cnn --trainN 10 --N 5 --K 1 --val_step 1000

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

1 participant