Zhou Wang
Zhou Wang
Which CNTK version are you using? Would it be possible to share a repo for further investigation?
@markorakita @rhoens We have not found any issue in your code. We doubt that it could be a bug in CNTK. Would it be possible to share a repo for...
Thanks for reporting the issue. We are currently investigating it.
The bug is fixed in 2.0RC2.
It seems that only the bug causing the "resize" error during Evaluation has been fixed since 2.0RC2, and there is another bug causing the same intermittent error when using next_minibatch....
The bug causing the "resize" error when using get_next_minbatch() has now been fixed in master, and will be included in the next binary release. It affects only Python.
I am closing the issue, and feel free to reopen it if needed.
For using the [new Speech Service ](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/), you need to apply new key. The Bing Speech API key does not work with the new Speech Services. And you should use...
The sample is for using[ Speech Recognition API](https://docs.microsoft.com/en-us/azure/cognitive-services/speech/home)(using general-purpose model without customization), so the endpoint "wss://speech.platform.bing.com" is correct. If you want to use [Custom Speech service](https://docs.microsoft.com/en-us/azure/cognitive-services/custom-speech-service/cognitive-services-custom-speech-home) with your own customized...
On the Custom Speech Service Doc, ["Send requests by using the Speech Protocol"](https://docs.microsoft.com/en-us/azure/cognitive-services/custom-speech-service/customspeech-how-to-topics/cognitive-services-custom-speech-use-endpoint#send-requests-by-using-the-speech-protocol) asks you to replace the endpoint in the sample with your own deployment endpoint: > Currently, the...