使用paddle2onnx转换模型出错
aistudio@jupyter-860908-5791289:~/Paddle3D$ aistudio@jupyter-860908-5791289:~/Paddle3D$ paddle2onnx --model_dir export_out/ --model_filename smoke.pdmodel --params_filename smoke.p...
调用实体标注API出现异常
# content包含错误信息, 导致不能直接被Json处理, 暂时手动赋值
content = '{"access_token":"24.f09dc12acdee91c09ae29b28568d0e4f.2592000.1517625677.282335-10438002"...
直接调用样例的一直报这个错误
[18/03/14 13:35:38:215][main][INFO] -com.baidu.aip.client.BaseClient.getAccessToken(BaseClient.java:209) get access_token success. current state: STATE_AIP_AUTH_OK
0 [main] INFO c...
调用rest-api接口时,返回的result是乱码
这个如何解决?
我加了这段转码都不行。
private static String getUtf8String(String s) throws UnsupportedEncodingException{ StringBuffer sb = new StringBuffer(); ...
使用语音识别找不到so文件
java.lang.UnsatisfiedLinkError: Couldn't load BDVoiceRecognitionClient_MFE_V1 from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.user.speechreco...
针对中文名的app无法使用离线!
运行官方Demo,各项ApiKey,SecretKey,AppCode都填好后,将Build Settings中的Product Name改为任意中文,执行到
NSString *textDatfile = [[NSBundle mainBund...
语音识别和语音合成同时使用问题
把百度语音识别和百度语音合成SDK同时导入时出现错误说“Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/baidu/androi...
喜大普奔!可以直接在windows上使用了!!
直接在windows上pip install paddlepaddle 或 pip3 install paddlepaddle 安装PaddlePaddle
然后在pycharm里面就可以运行首页上预测房价的模型了!
这是官...
使用网上的代码,语音识别效果差
import waveimport urllib, urllib2, pycurlimport base64import json## get access token by api key & secret keydef get_token(): apiKey = "a11rDp****g4" secretKey = "5394e0a8...
安卓SDK配合高版本gradle版本使用时报错
开发工具:android studio gradle-wrapper.properties: distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip build.gradle : classpath ...