Results 177 comments of Uri Alon

Can you try: 1. Set `gpu=False` here: https://github.com/neulab/retomaton/blob/main/kmeans.py#L39 2. I vaguely remember that `faiss-gpu` required a higher python version. Can you try creating a virtual environment or a conda environment...

What kind of GPU do you have? I have read a bit online about the error you're getting, and some suggested that there's not enough GPU memory.

Can you take a look at the list of flags, and verify that all of them are correct? There might be default values that I set which do not match...

Yeah, it just means that clustering 100 examples into 13 clusters is likely to result in "bad" clusters. But does it work without errors? At what sample size does it...

Great, I'm glad to hear! Let me know if you have any more questions.

Thanks @terryyz ! I just pushed a fix. In case the `cand` or `ref` is an empty string, I am now setting both precision and recall to zero. It is...

Hi @littlepopy , Thank you for your interest in our work. Please see the paragraph "functional correctness experiments" in Section 3.2 in the paper https://arxiv.org/pdf/2302.05527.pdf And also, Appendix B.2. Let...

Hi @lenijwp , Thank you for your interest in our work! Our code supports **unlimited inputs**, by chunking long inputs and encoding each chunks separately. However, 413 tokens do not...

Thank you for reporting this! I'll make sure to strip all inputs on our side. On Mon, Mar 6, 2023 at 21:36 Lenic Jiang ***@***.***> wrote: > I checked as...