doc1 = json.loads(redisd.get('codred-doc-' + doc1_id)) doc2 = json.loads(redisd.get('codred-doc-' + doc2_id))问题
Veranece opened this issue · 1 comments
Veranece commented
作者您好!当我在尝试复现代码的时候,发现了这样两句代码, doc1 = json.loads(redisd.get('codred-doc-' + doc1_id))
doc2 = json.loads(redisd.get('codred-doc-' + doc2_id))。经过我的排查后,发现是从本地redis数据库中读取出一些数据,而我下载的代码文件和codred数据中都没有这部分数据,请问是我遗漏了什么吗?感谢您的回答!
byeonghu-na commented
Thank you for your interest in our research. The part you mentioned requires the data to be prepared according to the instructions in the CodRED repository.