8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
您好 hr_vector+=tail_vector # DataParallel only support tensor/dict return {'hr_vector': hr_vector, 'tail_vector': tail_vector, 'head_vector': head_vector} 为什么我在获取预训练表示的后面加上hr_vector+=tail_vector这一句之后,模型的性能直接到了100%呢 MR为1 MRR为0.99. 希望能得到您的解答!!非常感谢。
The text was updated successfully, but these errors were encountered:
相当于你在训练的过程中就告诉模型tail 是什么了
Sorry, something went wrong.
No branches or pull requests
您好
hr_vector+=tail_vector
# DataParallel only support tensor/dict
return {'hr_vector': hr_vector,
'tail_vector': tail_vector,
'head_vector': head_vector}
为什么我在获取预训练表示的后面加上hr_vector+=tail_vector这一句之后,模型的性能直接到了100%呢 MR为1 MRR为0.99.
希望能得到您的解答!!非常感谢。
The text was updated successfully, but these errors were encountered: