用shell脚本处理文件权限不足问题
运行!bash work/preprocess.sh 出现work/preprocess.sh: line 6: data/data/data_aa: Permission denied 应该怎么办呢?
语音识别SDK的使用问题
在语音识别的语义分析中,比如输入
"成王败寇的泰语翻译"
的语音,其语音识别返回的json结果如下:
{"merged_res":{"semantic_form":{"appid":15361...
Unity用xcode10打包真机运行闪退
前几天更新xcode然后悲剧的发现运行不了了
objc[1124]: Class IMUOriginalData is implemented in both /var/containers/Bundle/Application/FD6B3098-5C47-4A2D-BB44-E90E4F1...
seaborn教程-用分类数据绘图
seaborn教程翻译整理,项目地址:https://aistudio.baidu.com/aistudio/projectdetail/301870
调用语音识别以后报错
同时输出了以下两行日志
E/ASREngine: EVoiceRecognitionClientWorkStatusError errorDomain : 33 errorCode : -3004 desc : Server app name unknown. mLastRecognitionResult:
nam...
使用文字转语音提示502token验证失败
问问 token是没错的 但是显示这个{'err_detail': '4: Open api request limit reached', 'err_msg': '4: Open api request limit reached', 'err_no': 502, 'err_subcode': 4, 'tts...
使用NCC模型转换工具时转换失败
大佬们出现这种情况是咋回事呢怎么解决
2020-12-26 23:03:35.873893: F tensorflow/lite/toco/tooling_util.cc:912] Check failed: GetOpWithOutput(model, output_array) Sp...
使用paddlehub时,下载模型出现这个错误
import paddlehub as hubmodule = hub.Module(name="resnet_v2_50_imagenet")
报错:
RuntimeError: Request Hub-Server unsuccessfully, please check your network.
这个问题是网络...