-
Notifications
You must be signed in to change notification settings - Fork 93
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
[Master-Issue] Issues with POST /samples + Training #876
Comments
I have reproduced this behavior a number of times. All recent (last month) attempts I've made to train a wit bot with my data ends up in either not completing training (which is the focus of #879) or the behavior described here: response from the bot (using GET /message) is always empty, as if it did not consider the samples in training. If I use the console to check my bots, I can see all intents and associated samples there (I did not systematically checked if all of them are there, but could find all I've searched for). I'll describe more details here to try to help. My app uses only the default intent (trait) entity. It's a Q&A system with 411 intents and a number of samples for each one. Recently I've been trying to train new apps with almost 13000 samples. I don't think the issue is with this architecture of the bot since in October I could successfully train apps with the same architecture and almost the double of this number of samples (although it frequently did not finish training and I had to try again). It's fully created using the HTTP API:
Here are some app IDs in this situation: Hope this helps. |
Hey @bpleao I'll investigate the tokens you mentioned and let you know what I find. Thanks for the thorough report! |
hey i did some testing on app-id: 5a21524e-35e1-4ae9-b24c-2cd2092ee907 |
Hey @rowanvanekeren -- took a look at your app, the issue is that a sample made through the api, with an empty text string
all if you give me your app ids for more training issues, I'd highly appreciate it -- we are getting close to nabbing the bugs! |
Training status API sounds interesting. And much needed for programmers to do wit.ai programmatically. |
we are working ont it and hope to release it in the next few weeks... |
Hi, any news on this topic? Thanks |
Yes, we've made some progress on it. |
App ID 5a5f65cf-78ea-4382-b2a9-ea0a85c456d0 I'm training my app from API. The payload from training keyword ("keyword") and trait ("topic") entity follows below - as you can see, the training data is successfully submitted but they are not showing up on the web interface.
Also, as I mentioned in #940, I cannot add metadata to trait entities (this is not a big deal for me personally, thought I would add it anyways). |
Thanks for flagging, we do have a training lag at the moment so the queue will take some time to clear. I will update when back to normal |
I've tried to train again after some months but the behavior continues the same (stuck in training). App id 5a7b699e-81dd-4a8a-8889-085ddb127a3d |
@bpleao The quickest way is to email Wit.ai support to reset the app. It's very quick. |
Any update on this? |
@Xzya Your app is now trained. |
useful PR: wit-ai/pywit#101 |
The Problem:
Attempted Repro:
The State on the Repro:
The Solution:
To kick this bugs bum, we need to do two things:
The text was updated successfully, but these errors were encountered: