Fang-git0
Fang-git0
I wonder to know that why you use distill in the paper. I did not figure it out. And it did not explain in the paper.
关于evaler
直接运行时,遇到问题 ValueError: ('The `preds` and `target` should have the same shape,', ' got `preds` with shape=torch.Size([11, 16]) and `target` with shape=torch.Size([11, 15]).') 出错位置 f1 = metrics.f1_score(pred_padded.T.to('cpu'), target.T.to('cpu'))
I tried to run the file RSPG/utils/create_data.py, and the parameter --retrievers_data_addr requires the presence of two files: scores.json and data.json. The scores.json file was obtained in the previous step, but...