3PU_pytorch
3PU_pytorch copied to clipboard
module 'faiss' has no attribute 'StandardGpuResources'
Has anyone met this problem? I followed the instruction but I encountered this problem when I tried to test the main.py
It seems that it is the version of cudatoolkit that leads to this error.
I tried to reinstall cudatoolkit using conda install cudatoolkit=9.2
and the error was resolved.