Bartosz Królikowski

Results 2 issues of Bartosz Królikowski

When working on large datasets (~60k images in my case), there is a memory issue caused by `get_cosine_similarity` in `imagededup/handlers/search/retrieval.py`. The exact error is like: ``` multiprocessing.pool.MaybeEncodingError: Error sending result:...

duplicate
next release

Hey, I have 2 questions regarding how FLAML handles categorical variables on new data, different from the initial training dataset (for example, during inference after model deployment). 1. Does it...

documentation
question