关于哈工大ltp使用个性化分词增量模型进行测试的问题

请问我用segmentor单独载入模型和增量模型都成功,用customized_segmentor载入就提示CustomizedSegmentor: Model not loaded!
是什么原因呢?
版本:pyltp 0.2.1
ltp 3.4.0
模型包 3.4.0

customized_segmentor = CustomizedSegmentor()
customized_segmentor.load(cws_model_path,'E:\pyfile\zhishichouqu\ltp_data\cws2.model')

我也有这个问题,请问你解决了吗?

自己训练的模型怎么搞呀,有没有教程?