longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.55k stars 420 forks source link

Undefined symbol:__cudaPopCallConfiguration #105

Open wdd614 opened 6 years ago

wdd614 commented 6 years ago

I have been disturbed by the above question in these days. I followed your md instruction to build the whole c-extension component and I am sure there is no problem in this process. Ops, But when i execute demo.py, for more details, importing reorg/_ext/reorg_layer/_reorg_layer.so, Undefined symbol:__cudaPopCallConfiguration occured. ps: I use CUDA9.2, cudnn7.1.4

hxy1051653358 commented 5 years ago

Facing the same issue here,Have you found any workarounds?