Amir Ingber

Results 9 comments of Amir Ingber

Has anyone tried this approach? https://riptutorial.com/rust/example/20152/implement-serialize-and-deserialize-for-a-type-in-a-different-crate

Code installs without issues. results on Azure `Standard D8lds v5 (8 vcpus, 16 GiB memory)` (see comments below): ``` zilliz,"zilliz(('R32_L110', {'Ls': 550, 'T': 8}))",msturing-30M-clustered(final_runbook.yaml),10,,0.0,0.49029040336608887,2033704.0,0.0,0.0,streaming,0.0 zilliz,"zilliz(('R32_L110', {'Ls': 500, 'T': 8}))",msturing-30M-clustered(final_runbook.yaml),10,,0.0,0.49029040336608887,2033704.0,0.0,0.0,streaming,0.016019999999999916 zilliz,"zilliz(('R32_L110',...

ok, I had to run the 4 parameter sets separately. But the results look good (even a tiny bit better than your resuts): ``` zilliz,"zilliz(('R32_L110', {'Ls': 400, 'T': 8}))",msturing-30M-clustered(final_runbook.yaml),10,,0.0,0.560248613357544,1998432.0,0.0,0.0,streaming,0.9950700000000096 zilliz,"zilliz(('R32_L110',...

@LysanderT Confirming that the issue exists on my M1 laptop. If what @maumueller suggested does not work, please let us know and we will try to come up with a...

@arron2003 nice contribution. A few questions: How exactly did you run everything? is this on the formal Azure machine or on a similar GCP one? (if this is not the...

@arron2003 I have good news and bad news: For a pre-built index, I was able to successfully reproduce your results on the standard eval machine: ``` scann,"ScaNN,tree=27/40000,AH2,reorder=140",text2image-10M,10,49132.05737468046,0.0,3.0040740966796875e-05,5178984.0,0,0,ood,0.8800800000000001 scann,"ScaNN,tree=35/40000,AH2,reorder=150",text2image-10M,10,41836.628535320415,0.0,2.7894973754882812e-05,5194068.0,0,0,ood,0.90015 scann,"ScaNN,tree=42/40000,AH2,reorder=160",text2image-10M,10,37371.3870150347,0.0,2.5987625122070312e-05,5194060.0,0,0,ood,0.9140330000000001 ```...

Re the OOD submission - I am fine with merging the scann submission, and with the actual results (that I reproduced). I will leave it to @harsha-simhadri to decide whether...

Hi, I confirm that with the new config the index gets built successfully. Here are the results that I see (it took about 10 hours on the standard Azure machine):...

Confirming the following result on a fresh index build on the standard 16GB machine: ``` scann,"ScaNN,tree=27/40000,AH2,reorder=140",text2image-10M,10,48296.886642618236,0.0,12124.119821548462,6587528.0,0,0,ood,0.8840809999999999 scann,"ScaNN,tree=34/40000,AH2,reorder=155",text2image-10M,10,43372.02235782551,0.0,12131.287629842758,6612140.0,0,0,ood,0.899724 scann,"ScaNN,tree=35/40000,AH2,reorder=150",text2image-10M,10,41897.94105624706,0.0,12131.287629842758,6612140.0,0,0,ood,0.9004429999999999 scann,"ScaNN,tree=35/40000,AH2,reorder=155",text2image-10M,10,41987.20634235152,0.0,12131.287629842758,6612140.0,0,0,ood,0.9012399999999999 scann,"ScaNN,tree=36/40000,AH2,reorder=150",text2image-10M,10,42285.962239376444,0.0,12131.287629842758,6612140.0,0,0,ood,0.901969 scann,"ScaNN,tree=37/40000,AH2,reorder=145",text2image-10M,10,42854.013476886255,0.0,12131.287629842758,6612140.0,0,0,ood,0.90249 scann,"ScaNN,tree=38/40000,AH2,reorder=140",text2image-10M,10,42326.04841208092,0.0,12131.287629842758,6612140.0,0,0,ood,0.902833 scann,"ScaNN,tree=42/40000,AH2,reorder=160",text2image-10M,10,38892.123997724135,0.0,12105.756680965424,6689552.0,0,0,ood,0.911592 ``` In order to move forward and...