-
Notifications
You must be signed in to change notification settings - Fork 35
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
step 7 of tutorial 1 #869
Comments
It won't take long to deploy. |
/en/query endpoint not working. Can you send any link where there is a discussion about api call |
Here is some documentation about the API provided in our production server: https://wiki.genie.stanford.edu/en/api-references/nlp - it is the same as the self-served one here. And the endpoint is implemented here: Line 222 in 235171b
Both |
I was asking for http://localhost:8400 as it is giving error and not using https://nlp.genie.stanford.edu/ |
Both localhost and our production server share the same implementation of the API call. We don't have separate documentation for API for genie-server at the moment, but simply replace the URL from nlp.genie.stanford.edu to localhost:8400, everything else should be the same. |
By running
"$ genie server --nlu-model file://OUTPUTDIR --thingpedia thingpedia.tt -l en-US"
output is coming as:
"
I 220118 16:31:25 transformer_lstm:79] Initializing encoder and decoder embeddings
[I 220118 16:31:26 transformer_lstm:108] Vocabulary has 28997 tokens
[I 220118 16:31:27 util:555] TransformerLSTM has 125,656,333 parameters
"
After that when "localhost:8400" is tried to open in browser then "{"error":"Invalid endpoint"}" is coming. Can someone tell what to do??
Will it take too much time to deploy?? or some issue is there in my side??
The text was updated successfully, but these errors were encountered: