HKUDS / XRec

[EMNLP'2024] "XRec: Large Language Models for Explainable Recommendation"
http://arxiv.org/abs/2406.02377
Apache License 2.0
101 stars 9 forks source link

Error for loading user_emb.pkl #2

Closed yi0kevin closed 4 months ago

yi0kevin commented 4 months ago

Great work! But there is an error I encountered when running your code XRec\explainer\main.py, it seems that there is a problem for pickle.load() the file user_emb.pkl. The python version I used is python 3.11.8 and requirements are the same as the listed in requirements.txt.

微信截图_20240621115504

Martin-qyma commented 4 months ago

Thank you for your interest in XRec! The issue was related to Git LFS, and I have resolved it by replacing LFS-tracked files with actual files. You can now re-download this repo. Thanks for bringing this to my attention.

yi0kevin commented 4 months ago

Thank you for your interest in XRec! The issue was related to Git LFS, and I have resolved it by replacing LFS-tracked files with actual files. You can now re-download this repo. Thanks for bringing this to my attention.

Thanks a lot! It really helps.