使用语音识别返回的是乱码
": "6443560518682804706"
}
上传的语音是微信那边的语音,然后用接口把语音下载回来,再上传到语音识别接口,返回来就是这串乱码了...
请问怎么把py_reader替换成最新框架
py_reader = fluid.layers.py_reader(capacity=64, shapes=[[-1] + config.image_shape, [-1, 4], [-1, ...
遇到 GPU not found类似的问题怎么办
遇到 GPU not found, please check your environment or use cpu version by "pip install paddle_serving_server"
跨域访问问题怎么解决
Failed to load https://aip.baidubce.com/oauth/2.0/token: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9527' is therefore n...
怎么实现识别本地声音文件
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); speechRecognizer = SpeechRecognizer.crea...