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

Parallel training functionality #354

Closed
gunthercox opened this issue Oct 21, 2016 · 1 comment
Closed

Parallel training functionality #354

gunthercox opened this issue Oct 21, 2016 · 1 comment

Comments

@gunthercox
Copy link
Owner

Using python's multiprocessing, large amounts of training data can be applied to a ChatterBot instance in parallel as long as the database being used with that chat bot supports concurrent writes.

The goal would to be to create a new training class that will split a large file into multiple files, and then train the chat bot using multiple parallel processes.

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