import clstm throw _clstm.so: undefined symbol: _ZN7ocropus14default_deviceE"
simmoncn opened this issue · 2 comments
simmoncn commented
who can help me to check the exception? or I want to use the python API to use the pre-trained model. who can give me some tips?
jbaiter commented
You have to add batches.cc
and clstm_compute.cc
to the sources
list in setup.py
. With that, it works for me!
tmbdev commented
I've fixed the setup.py file and the Python tests should run again.
The notebooks in misc/ still need updating.