naver / splade

SPLADE: sparse neural search (SIGIR21, SIGIR22)
Other
710 stars 79 forks source link

fix bug on flops #29

Closed cadurosar closed 1 year ago

cadurosar commented 1 year ago

Fix a bug on the FLOPS computation (#21 ) that has been here for a while now...

The bug is that the current version doesn't load the document index, but starts from new. Introducing a parameter to the SparseIndexing allows avoiding the bug.