taku910 / crfpp

CRF++: Yet Another CRF toolkit
Other
505 stars 192 forks source link

Learned model via version 0.59, and then test via version 0.58, error happens while loading model #51

Open Young1993 opened 3 years ago

Young1993 commented 3 years ago

I have learned the model via CRF++ 0.59 on Ubuntu 18.04.2, and then test the model on my mac pro, CRF++ is 0.58 the bug is feature_index.cpp(249) [ptr == end] model file is broken.

How to fix it, whether upgrade the version toward 0.59 is ok?