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

user_embedding #3

Open
wangyu0627 opened this issue May 7, 2024 · 2 comments
Open

user_embedding #3

wangyu0627 opened this issue May 7, 2024 · 2 comments

Comments

@wangyu0627
Copy link

请问Dataset.py中下面的嵌入如何获取,似乎是运行某个模型预训练得到的,期待你的回答。
best_user_embedding = np.load(dir_str+'/user_embedding.npy', allow_pickle=True)
best_item_embedding = np.load(dir_str+'/item_embedding.npy', allow_pickle=True)

@Linxyhaha
Copy link
Owner

请问Dataset.py中下面的嵌入如何获取,似乎是运行某个模型预训练得到的,期待你的回答。 best_user_embedding = np.load(dir_str+'/user_embedding.npy', allow_pickle=True) best_item_embedding = np.load(dir_str+'/item_embedding.npy', allow_pickle=True)

你好,user_embedding.npy 和 item_embedding.npy是我们通过预训练CLCRec得到的。我们也提供了三个数据集对应的预训练好的embedding文件在"data/{dataset}/"路径下。:)

@wangyu0627
Copy link
Author

感谢你的回答,但是我发现只有Amazon数据集存在这样的嵌入,请问你可以提供完整的三个数据集的嵌入吗,我担心自己预训练的结果难以达到论文宣称的结果,期待你的再次解答。

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

2 participants