digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

undefined symbol #41

Open jeremy-rutman opened 6 years ago

jeremy-rutman commented 6 years ago

Hi , I'm hitting an undefined symbol :

root@ac2601861c3a:~/pyyolo# python example.py 
Traceback (most recent call last):
  File "example.py", line 1, in <module>
    import pyyolo
ImportError: /usr/local/lib/python2.7/dist-packages/pyyolo.so: undefined symbol: cudnnSetConvolutionGroupCount
djFatNerd commented 5 years ago

Hi, I got the same issue, did you manage to fix it? If you did could you plz tell me how you fixed it? Thanks!

jeremy-rutman commented 5 years ago

I'll check if its in my notes

Kobzol commented 5 years ago

Do you have CuDNN installed?

cedricve commented 5 years ago

same issue