beir-cellar / beir

A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
http://beir.ai
Apache License 2.0
1.54k stars 182 forks source link

Use invoked logger and not logging library #125

Closed ugm2 closed 1 year ago

ugm2 commented 1 year ago

I'm currently using BEIR for evaluating IR systems and the big logging is messing up my terminal. This change brings the use of the invoked logger in line 10 instead of using directly the library logging. This way we can control how and when we log things in the terminal.

thakur-nandan commented 1 year ago

Thanks @ugm2 for catching this issue!