arpitagarwal-meesho
arpitagarwal-meesho
Thank you for your reply. 1. > Unsupported arguments are ignored without any error. It seems that many of the parameters you specified have been ignored. Regarding this, I checked...
I even tried with a bigger machine with more CPU and memory than the previous one, but still got the same results. Here are the required outputs, 1. `ls -l...
From your suggestions for alternative commands, all those commands (which specify `-p`) are giving different errors. 1. `-p 3`: gives error for https://github.com/yahoojapan/NGT/blob/50083e6220610e74ad0e90d5f1d861ac63997382/lib/NGT/NGTQ/QuantizedGraph.h#L130 2. rest all give the error `[index]/qg/global/prf`...
Even after pruning, got the same issue with `qbg search-qg`. ```bash qbg search-qg index float_values.tsv expandedSizeByEpsilon=False No quantized graph. Construct it temporarily. inverted index object size=2408074 graph repository size=0 qbg:...
So, once `qbg build-qg` starts, CPU remains below 100% till these logs complete ```bash append: Data loading time=2.255e-05 (sec) 0.02255 (msec) # of objects=16 Index creation time=0.00132462 (sec) 1.32462 (msec)...
But the `build-qg` had ended post the below logs, I had kept the command running via `nohup`, but once these logs were output, the process ended, I cannot see the...
Here at around 04/06 04:52 phase-2 ended and ideally phase-3 should have started. At the same time, the memory used is around 100-110GB, until around 04/06 11:20 when I executed...
I tried pruning to 128, 64, and 16 edges. But still cannot get the same to work, phase-3 is not completed, and there are no logs post, ``` building the...
1. `qbg build-qg -p 1 -v [index]` ```bash optimizing... optimize: # of objects=1000 optimize: updated # of objects=1000 optimize: # of clusters=16:0 the codebook index file is missing. this index...
1. `qbg build-qg -p 1 -v [index]` ```bash optimizing... DEBUG: Quantizer::open the inverted index [index]/qg/ivt DEBUG: The inveverted index data size: 0 DEBUG: The first cluster size: 0 DEBUG: The...