摘要:
refer: https://www.cnblogs.com/by-dream/p/9403984.html Out1 = SELECT QueryId, DocId, Rating, ROW_NUMBER() OVER (PARTITION BY QueryId ORDER BY Score DE 阅读全文
摘要:
XLNET But the AE language model also has its disadvantages. It uses the[MASK]in thepretraining, but this kind of artificial symbols are absent from the real data atfinetuning time,resulting... 阅读全文
摘要:
A single search -- whether it comes from one of the MSearch items, or a regular single search -- will grab a thread from the search threadpool. The se 阅读全文
摘要:
kd-tree kd-tree works poorly in high dimensions (k<30) 自己实验的时候差不多20到30左右吧,超过之后,就真的很慢了 kd-tree kd-tree works poorly in high dimensions (k<30) 自己实验的时候差不 阅读全文
摘要:
search_k serach_k越大,越准确,但是要在时间和准确率之间取个trade off During the query it will inspect up to search_k nodes which defaults to n_trees * n build on memory or 阅读全文