tmbdev/clstm

import clstm throw _clstm.so: undefined symbol: _ZN7ocropus14default_deviceE"

simmoncn opened this issue · 2 comments

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?

You have to add batches.cc and clstm_compute.cc to the sources list in setup.py. With that, it works for me!

I've fixed the setup.py file and the Python tests should run again.

The notebooks in misc/ still need updating.