groupid和userid怎么产生的
for i in imagelist: #print(i) #人脸检测 result = client.detect(i, imageType,options) #默认最大能识别2个人脸,如果一张图片有2个以上人脸则需要修改参...
ai studio 怎么安装fastai?
!pip install --upgrade pip!pip install fastai -t /home/aistudio/external-librariesfrom fastai.vision.all import * -----------------------------------------------------------------...
语音识别SDK的使用问题
在语音识别的语义分析中,比如输入
"成王败寇的泰语翻译"
的语音,其语音识别返回的json结果如下:
{"merged_res":{"semantic_form":{"appid":15361...
使用文字转语音提示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...
使用yml配置训练模型注意点
在用PaddleOCR做微调的时候,yml文件中有个参数 pretrain_weights 他的意思跟名字一样,即需要加载模型的参数
我在~/目录下有一个文件夹,暂...
使用paddlehub时,下载模型出现这个错误
import paddlehub as hubmodule = hub.Module(name="resnet_v2_50_imagenet")
报错:
RuntimeError: Request Hub-Server unsuccessfully, please check your network.
这个问题是网络...
使用DNN出现交叉熵损失报错
参加《百度顶会论文复现营》其中作业《车牌识别》部分,运行代码出现错误。
定义DNN网络如下:
#定义DNN网络
class MyDNN(fluid.dygraph.Layer...