IBM / Train-Custom-Speech-Model

Create a custom Watson Speech to Text model using specialized domain data
https://developer.ibm.com/patterns/customize-and-continuously-train-your-own-watson-speech-service/
Apache License 2.0
59 stars 42 forks source link

Error while uploading text corpus and audio zip files #82

Closed rohitk9 closed 4 years ago

rohitk9 commented 4 years ago

Screenshot 2020-01-28 at 12 40 04 PM

I have installed all the dependencies and prepared the data as asked in the instructions. Where am I going wrong here ?

pvaneck commented 4 years ago

Do the node server logs say anything? These should just be in the console where you started the server (by probably running the npm run dev command).

rohitk9 commented 4 years ago

Screenshot 2020-01-29 at 12 29 38 PM

These are the logs that are coming up after I login and click on the Corpora option in the UI.

pvaneck commented 4 years ago

Looks like your Watson Speech to Text service right now is the free (Lite) plan. Unfortunately, customization capabilities are not included in this plan, and the Standard plan is needed for which you'll need an upgraded account. More info can be found here. Promotional credit that is given when you upgrade can be used towards the standard plan if you still want to try this out.

rohitk9 commented 4 years ago

Okay, thank you for clearing that out.