ZJULearning / SSG

code for satellite system graphs
BSD 3-Clause "New" or "Revised" License
106 stars 32 forks source link

Building SSG index for single core CPU #7

Open K16DIABLO opened 1 year ago

K16DIABLO commented 1 year ago

Hello, I'm interested in your work and I'm trying to reproduce your result.

I want to reproduce the result for DEEP100M dataset on single core. However, _test_nndescent is not working because of segmentation fault. Can you let me know how did you build kNN graphs for this dataset using Faiss as mentioned in your paper? Also, can you share both kNN graph and ssg index?

Thanks