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

请问与训练模型是哪个?官方的 #23

Open
cqray1990 opened this issue Sep 30, 2022 · 3 comments
Open

请问与训练模型是哪个?官方的 #23

cqray1990 opened this issue Sep 30, 2022 · 3 comments

Comments

@cqray1990
Copy link

cqray1990 commented Sep 30, 2022

;训练出现以下错误
./aten/src/ATen/native/cuda/Indexing.cu:703: indexSelectLargeIndex: block: [40,0,0], thread: [71,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:703: indexSelectLargeIndex: block: [40,0,0], thread: [72,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:703: indexSelectLargeIndex: block: [40,0,0], thread: [73,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:703: indexSelectLargeIndex: block: [40,0,0], thread: [74,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:703: indexSelectLargeIndex: block: [40,0,0], thread: [75,0,0] Assertion srcIndex < srcSelectDimSize failed.
../aten/src/ATen/native/cuda/Indexing.cu:703: indexSelectLargeIndex: block: [40,0,0], thread: [76,0,0] Assertion srcIndex < srcSelectDimSize failed.

@SWHL
Copy link

SWHL commented Oct 13, 2022

  • 训练模型应该是仓库作者自己训练的
  • 报这个错误是因为你的vocab与模型的vocab大小不一导致的

@wayy13
Copy link

wayy13 commented May 23, 2023

  • 训练模型应该是仓库作者自己训练的
  • 报这个错误是因为你的vocab与模型的vocab大小不一导致的

您好 想请教一下自己的训练数据vocab与模型的vocab大小不一导致的 该如何修改呢

@SWHL
Copy link

SWHL commented May 23, 2023

如果想用作者的训练模型,就需要找模型对应的vocab了

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

3 participants