Open pawandeep2155 opened 4 years ago
I believe a recent update of faiss changed its interface. You need to install faiss_gpu==1.6.1
, see this issue: https://github.com/neuroailab/VIE/issues/7. I will add this to the documentation, thanks!
Thanks for your reply. I installed faiss version 1.6.1
and it worked.
When I run command
CUDA_VISIBLE_DEVICES=0 python scripts/localagg.py ./config/imagenet_la.json
to do LA training, I get the following error :I checked the documentation of Faiss and there seems to be no attribute obj. Can you please check it?