Georgetown-IR-Lab / cedr

Code for CEDR: Contextualized Embeddings for Document Ranking, accepted at SIGIR 2019.
MIT License
155 stars 28 forks source link

Error in rerank.py args #47

Open LesavoureyMael opened 1 year ago

LesavoureyMael commented 1 year ago

Hi,

I have noticed that in rerank.py you call _train.runmodel giving 5 arguments. However _train.runmodel is only defined with 4arguments. It seems like the _outpath should be removed from this call.

Thanks for your work, Kind regards.