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

Add troubleshooting help in response to the problem that Andrew Zhang… #60

Closed tonanhngo closed 5 years ago

tonanhngo commented 5 years ago

Andrew Zhang encountered intermittent error uploading the audio files. After some debugging, it seems the problem is that the network connection is not stable enough for transferring large file since Andrew is uploading from a home connection. We break the first audio file into two files and the uploading works fine. Add some info in the Troubleshooting section to explain this.