Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve training parallelization #800

Open
ClemDoum opened this issue May 13, 2019 · 0 comments
Open

Improve training parallelization #800

ClemDoum opened this issue May 13, 2019 · 0 comments
Assignees

Comments

@ClemDoum
Copy link
Collaborator

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:

  • the CRFSlotFiller training should be parallelized
  • the number of jobs for the intent classification and the slot filling should be configurable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants