You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the LogRegIntentClassifier uses all the CPU on the machine it's training while the ProbabilisticIntentClassifier trains it's CRFSlotFillers sequentially.
Expected behavior
Ideally:
the CRFSlotFiller training should be parallelized
the number of jobs for the intent classification and the slot filling should be configurable
The text was updated successfully, but these errors were encountered:
Current behavior
Currently the
LogRegIntentClassifier
uses all the CPU on the machine it's training while theProbabilisticIntentClassifier
trains it'sCRFSlotFiller
s sequentially.Expected behavior
Ideally:
CRFSlotFiller
training should be parallelizedThe text was updated successfully, but these errors were encountered: