pyyolo
pyyolo copied to clipboard
undefined symbol
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
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!
I'll check if its in my notes
Do you have CuDNN installed?
same issue