auto_yolo icon indicating copy to clipboard operation
auto_yolo copied to clipboard

_render_sprites.so: undefined symbol: cudaGetDevice

Open lqiang2003cn opened this issue 5 years ago • 1 comments

i successfully executed the install.sh, but when run:

python yolo_air_run.py local

i got this issue:

tensorflow.python.framework.errors_impl.NotFoundError: /root/PycharmProjects/auto_yolo_2/auto_yolo/tf_ops/render_sprites/_render_sprites.so: undefined symbol: cudaGetDevice

any idea? thanks a lot!

lqiang2003cn avatar Nov 19 '20 16:11 lqiang2003cn

Yeah I have been facing the same issue, for some reason the file _render_sprites.so doesn't seem to generate

SayanChaki avatar Mar 29 '22 09:03 SayanChaki