Dmitry Kan
Dmitry Kan
Hello, Had the same issue and fix by @chidg has helped. Thanks for sharing! In deep learning world the most adoring part is manual fixing the library source code.
thanks so much for your responses! I'll check lower Python version and report here.
took a while to come back to this -- @nrempel thanks for sharing a recipe that worked for you. I've just tried to bootstrap the project with 3.7 and got...
I tried to upgrade to all latest versions with Python 3.7. The following library versions installed correctly: ``` ansicolors==1.1.8 docker==2.6.1 h5py==3.3.0 matplotlib==3.4.2 numpy==1.21.0 pyyaml==5.4 psutil==5.6.6 scipy==1.7.0 scikit-learn==0.24.2 jinja2==2.10 ``` Going...
With the versions above, I got these distribution of success/fail: ``` Install Status: {'vespa': 'fail'} {'elastiknn': 'fail'} {'n2': 'success'} {'flann': 'fail'} {'pynndescent': 'fail'} {'puffinn': 'success'} {'annoy': 'success'} {'hnswlib': 'success'} {'scann':...
Just wanted to log things as I go -- sorry if this is the wrong thread (figured, I'd keep all in one place to avoid creating multiple tickets): python run.py...
thanks @maumueller ! I've upgraded the common Dockerfile to ubuntu 20.04 and adjusted the python installation instructions: ``` -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN apt-get update -RUN apt-get install -y python3-numpy...
@erikbern thanks! Actually I'm thinking it could be better to always use a specific release of each algorithm (where available) -- have you considered this? For instance, I was just...
@maumueller I agree -- may be not the developers of the specific algorithm, but developers of ann-benchmarks could have the versions fixed -- and I see you did that in...
@erikbern yes, you are right. It is quite a task to ask the whole ANN community to timely push updates. However, I was impressed to see that this repo is...