-
Notifications
You must be signed in to change notification settings - Fork 0
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
Model shape is not matching with input #8
Comments
Hi @Tanmayp11 I've not looked at this project in a while, but having just cloned this repo again from master I was able to start the application and predict against the saved model successfully. Have you run the notebook to create a new model? |
@DamianCummins No I haven't run the notebook, was trying with the existing model in the repo. Do I need to do that ? |
@DamianCummins is the cURL request I'm using is correct one ? |
the intents.json file was getting beautified by vscode output of words post beautification at my code editor Trying to learn and understand more deeply Question: So do we need to build model again, if there is a change in intents.json ? why it did not worked at my editor as expected post beautification |
@DamianCummins Getting error in model.predict()
Error : expected dense_1_input to have shape [null,81] but got array with shape [1,29].
Curl request
curl --location --request POST 'http://localhost:3000/v1/deployments/assistant/message?logPayload=true' \ --header 'Content-Type: application/json' \ --data-raw '{ "fields": [ "text" ], "values": [ [ "hobbies" ] ] }'
The text was updated successfully, but these errors were encountered: