spec2vec icon indicating copy to clipboard operation
spec2vec copied to clipboard

reduce the size score after calling calculate_stores

Open r00bit opened this issue 2 years ago • 1 comments

Hi, After training spec2vec model and creating spec2vec_similarity function, I used calculate_scores to find the similarity of spectra pairs scores = calculate_scores(reference_documents, query_spectrums, spec2vec_similarity) However the size scores is too big to process it, how can I reduce the size of scores by saving only the non-zero scores with their related reference and query scan numbers? Thanks!

r00bit avatar Nov 14 '22 19:11 r00bit

We are currently working on such a sparse implementation. I hope this will be ready very soon (few weeks... again: I hope).

florian-huber avatar Dec 02 '22 12:12 florian-huber

Done and outdated.

florian-huber avatar Jun 14 '24 06:06 florian-huber