Berkay Antmen
Berkay Antmen
It does not seem like resolution multiplier is implemented yet for MobileNet. Would you be open to contributions in that area i.e. MobileNet to take as parameter `resolution_multiplier` and corresponding...
**Is your feature request related to a problem? Please describe.** Process.Status is not yet implemented for [Windows](https://github.com/shirou/gopsutil/blob/afe0c04c5d5a6cdf653565e4cbd2616657e3542c/process/process_windows.go#L341). Any thoughts on how we can go about implementing it? **Additional context** Python's...
https://github.com/strawlab/python-pcl/blob/97f5f1737dcd4a612e6a6905750601952209b633/pcl/__init__.py#L32 The implicit assumption that is being made is that the lack of attribute implies that the format is unknown. However, the same error is thrown if the file format...
I am using IVFFLAT for 1200 dimensional embeddings of vector type. I have 20 million rows. The query that is slow takes a user provided vector and finds the top...