microsoft / RecAI

Bridging LLM and Recommender System.
MIT License
534 stars 49 forks source link

File not found error in base model tuning in Knowlege plugin #48

Closed DeepakJaiz closed 2 months ago

DeepakJaiz commented 3 months ago

File "/home/deepak/recommendation system/RecAI/Knowledge_Plugin/preprocess/step2-Base_models/RecModel/data_loaders/DataLoader.py", line 54, in init with open(self.path + f"/{dataset}.test_candidate.txt", "r") as f: FileNotFoundError: [Errno 2] No such file or directory: '../data/ml100k01-1-5/ml100k01-1-5.test_candidate.txt'

jingjyyao commented 3 months ago

Thanks for your interest. The code has been revised to address this error.