mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-03 20:13:47 +03:00
credit SLIDE
This commit is contained in:
parent
bd1f1ee9cb
commit
9acf27d6bc
@ -66,6 +66,8 @@ public:
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// faster inference inspired by SLIDE.
|
||||
// https://arxiv.org/pdf/1903.03129.pdf
|
||||
class LSHShortlist: public Shortlist {
|
||||
private:
|
||||
int k_; // number of candidates returned from each input
|
||||
|
Loading…
Reference in New Issue
Block a user