Tarang Jain

Results 116 comments of Tarang Jain

I think there might be two culprits here: 1. Allocating the membership vectors itself: for topic modeling tasks, we have observed that there are a large number of clusters and...

@cjnolet I merged it again with `branch-22.08` without force pushing.

I was able to reproduce both @beckernick's error and @cjnolet's error by tweaking the `arange` parameter. I agree with @cjnolet's analysis because of the repeated zero-weight edges in the KNN....

@MartinKlefas Have you tried to increase `min_samples`? Adding non-zero edges to the KNN should lead to convergence. If you can compute the maximum number of repeated inputs in your dataset...

Thanks for this issue. Linking https://github.com/facebookresearch/faiss/issues/3243

- Change default setting for `use_raft` in `GpuDistance.h` to true if RAFT is enabled. - Boolean helper to check if the current index is a raft index.