SPTAG icon indicating copy to clipboard operation
SPTAG copied to clipboard

It seems that the current version of SPTAG only supports np.float32.

Open puluwen opened this issue 5 years ago • 3 comments

When i use the np.float64, I turned the SPTAG.Annindex() datatype parameter from 'Float' (used in the test demo) to 'Double', 'Float64','float64', 'double', but all failed.

puluwen avatar Apr 18 '19 03:04 puluwen

We currently only support Int8, Int16 and Float (float32). Float64 is not supported. We will add support for more data types soon : )

MaggieQi avatar May 13 '19 09:05 MaggieQi

I suggest writing this information into readme.

puluwen avatar May 13 '19 09:05 puluwen

I also found another problem that sptag could not accept data that occupied more than 4 GB of memory.

puluwen avatar May 13 '19 09:05 puluwen