-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
trained model takes longer to get a response #1056
Comments
Known issue is going address by this feature #925 |
Does changing the database away from sqlite3 help the efficiency here? I trained the bot on 10,000 movie scripts and it's been hours since a response with a simple "hello" |
@kyle-sorensen The database type won't effect the efficiency on any noticeable level for large datasets. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I trained my corpus with storage_adapter= SQLStorageAdapter and database= database.sqlite3. The file size of the sqlite3 database is about 45 MB, which I got after about one week of training using a corpus size of ~78 MB. I am trying to get a response from the trained model and it is almost one and half hours and still I didn't get any response. Here is the code for training my data based on a corpus in the folder /data
After training my corpus, I used the following code to get a response,
Can someone figure out the problem, why it takes really long to get a response (already waited close to 2 hours).
The text was updated successfully, but these errors were encountered: