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

生成自定义SequentialDataset数据集时,如果发现.inter中item_id_list为空(即没有历史交互),该如何处理? #2108

Open
cywuuuu opened this issue Nov 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cywuuuu
Copy link

cywuuuu commented Nov 8, 2024

Describe the bug
A clear and concise description of what the bug is.
在尝试与baseline比较时,我生成了一份这样的数据集,

image

我该如何处理?直接运行会报如下错误:

dim < index_size && "index out of bounds"` failed.
../aten/src/ATen/native/cuda/ScatterGatherKernel.cu:144: operator(): block: [221,0,0], thread: [93,0,0] Assertion `idx_dim >= 0 && idx_dim < index_size && "index out of bounds"` failed.
../aten/src/ATen/native/cuda/ScatterGatherKernel.cu:144: operator(): block: [221,0,0], thread: [94,0,0] Assertion `idx_dim >= 0 && idx_dim < index_size && "index out of bounds"` failed.
../aten/src/ATen/native/cuda/ScatterGatherKernel.cu:144: operator(): block: [221,0,0], thread: [95,0,0] Assertion `idx_dim >= 0 && idx_dim < index_size && "index out of bounds"` failed.

求指教谢谢!

@cywuuuu cywuuuu added the bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant