pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.78k stars 21.33k forks source link

libdarknet.so: undefined symbol: load_network_custom #1782

Open ksharm50 opened 5 years ago

ksharm50 commented 5 years ago

i trained my model on some other system and now i am trying to run my code on nvidia Agx xavier and i am having this issue image

jpmanoj commented 5 years ago

load_network_custom changed to load_network. Check the darknet.py file for reference