snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.89k stars 513 forks source link

Improve training parallelization #800

Open ClemDoum opened 5 years ago

ClemDoum commented 5 years ago

Current behavior

Currently the LogRegIntentClassifier uses all the CPU on the machine it's training while the ProbabilisticIntentClassifier trains it's CRFSlotFillers sequentially.

Expected behavior

Ideally: