Georgetown-IR-Lab / OpenNIR

An end-to-end neural ad-hoc ranking pipeline.
https://opennir.net
MIT License
150 stars 25 forks source link

Getting an error about ir_measures #43

Open yiyaxiaozhi opened 2 years ago

yiyaxiaozhi commented 2 years ago

I have downloaded the ir_measures==0.2.1,when I run the following command: scripts/pipeline.sh config/bert config/robust an error message is occurred: image Could you tell me how to fix it? Thanks

yiyaxiaozhi commented 2 years ago

I observe that all metrics in config files are lowercase like p@20 and ndcg, after chang it to capital like P@20 and NDCG. The Error is gone.