E Santhosh Kumar
E Santhosh Kumar
How do we ensure that the padding of the reference mel spectogram is taken into account when the reference encoder is applied on a batch of mels?
How do we ensure that the padding of the reference mel spectogram is taken into account when the reference encoder is applied on a batch of mels?
How do we ensure that the padding of the reference mel spectogram is taken into account when the reference encoder is applied on a batch of mels?
Hi there! I am working on a PyTorch implementation of SLIDE. I'm currently trying to compare its performance against SLIDE. I'm faced with a few doubts/issues while evaluating SLIDE, and...
https://github.com/IntelLabs/SLIDE_opt_ia/blob/29e40b45d89d62d50bc4a86df5b804b0594ce514/SLIDE/LSH.cpp#L115 Could you please explain the reason for changing log2() to log() ? Given that each of the K hash functions has log2(binsize) bits, is it not correct to shift...