We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请问 STLlama.py 第210行: region_select_out = STE_out[:, :, region_start[0]:region_end[0], :].to(torch.bfloat16) 为什么索引 region_start[0] 和 region_end[0] 呢,一个batch中的所有样本,selected region 都相同吗?
The text was updated successfully, but these errors were encountered:
你好,region_start的数据来自于源数据文件的id索引,对应每个区域的索引
Sorry, something went wrong.
No branches or pull requests
请问 STLlama.py 第210行:
region_select_out = STE_out[:, :, region_start[0]:region_end[0], :].to(torch.bfloat16)
为什么索引 region_start[0] 和 region_end[0] 呢,一个batch中的所有样本,selected region 都相同吗?
The text was updated successfully, but these errors were encountered: