YoungXIAO13 / FewShotDetection

(ECCV 2020) PyTorch implementation of paper "Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild"
http://imagine.enpc.fr/~xiaoy/FSDetView/
MIT License
211 stars 33 forks source link

so: undefined symbol: __cudaPopCallConfiguration #33

Open myh12138 opened 3 years ago

myh12138 commented 3 years ago

I met question about so: undefined symbol: __cudaPopCallConfiguration. I found it means the wrong match about cuda and pytorch. My environment is CUDA8.0 Python3.6 pytorch0.4.0 gcc5.5 ,also I tired CUDA9.0 Python3.6 pytorch0.4.0 gcc5.5. Thanks for anyone who can help me.