You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
LocalAggregation-Pytorch/src/objectives/localagg.py(240)run_kmeans()
-> losses = faiss.vector_to_array(clus.obj)
(Pdb) n
AttributeError: 'Clustering' object has no attribute 'obj'
I checked the documentation of Faiss and there seems to be no attribute obj. Can you please check it?
The text was updated successfully, but these errors were encountered:
I believe a recent update of faiss changed its interface. You need to install faiss_gpu==1.6.1, see this issue: neuroailab/VIE#7. I will add this to the documentation, thanks!
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?
The text was updated successfully, but these errors were encountered: