Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以并行化 python CRFSuite(https://github.com/tpeng/python-crfsuite)?我认为 CRF++ 支持并行化,所以我想必须有一些钩子才能启用与 CRFsuite 的并行化。
不,目前不可能;未实施平行培训。不过,在错误跟踪器中有一些工作。您仍然可以并行运行交叉验证(即并行训练多个模型)。