python调用离线SDK报错怎么整呢
ValueError: operands could not be broadcast together with shapes (299,299,4) (3,) (299,299,4) 读取图片是报错,代码是按照官方示例的
文本审核使用问题求助。
文本审核接口:https://aip.baidubce.com/rest/2.0/antispam/v2/spam
post发送 “text=啦啦啦啦啦”
返回 {"log_id": 2083528843056157409, "error_code": 282133, "erro...
用户购买预测竞赛
评价函数的logloss的转化率怎么提交,样例文件没有pi这列啊,直接提交最后的结果的话,这个评价函数的意义在哪里?
在ai studio上使用paddle-lite
想在将模型转化为arm硬件平台、naive_buffer格式的Paddle_Lite支持模型,优化后的模型文件.nb,但是paddle_lite_opt --model_dir=./mobilenet_v1 \--optimize_...
变量out使用在声明前报错
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/layers/nn.py in reshape(x, shape, actual_shape, act, inplace, name)
6145 out, _ = cor...
调用摄像头黑屏
prepare_data_for_verify 3I thisid:-1741405280
用paddleclas训练时出错了
ValueError: (InvalidArgument) If Attr(soft_label) == false, the axis dimension of Input(Label) should be 1.[Hint: Expected labels_dims[axis] == 1UL, but received labels_dims[axis]:...
没有办法使用conda
创建新环境的时候提示,以前都可以的,1.0算力卡的环境。 TypeError: __init__() got an unexpected keyword argument 'raise_on_status'
课程实录-电力AI巡检应用分析
简单回答这么多。
Q:好,谢谢您。另外有同学问,巡检机器人用的是什么控制器,用的什么通信,是先识别还是传输回去再识别?
A:无人机现在一般用...
编辑器真不好用.
我不求做的多好,只希望有原生jupyter编辑器的功能.
代码提示老是打断我正常打字,Ubuntu也不兼容.
地址识别无法使用
已经安装aip-python-sdk-2.2.19,但
client.address(text)
提示:
AttributeError: 'AipNlp' object has no attribute 'address'
paddlehub调用模型一直报错
原代码:module = hub.Module(name="pyramidbox_lite_mobile_mask")
报错:module 'paddlehub' has no attribute 'Module'
使用 python 人像抠图
python 代码:
from aip import AipBodyAnalysis
APP_ID = '***';API_KEY = '***';SECRET_KEY = '***';
client = AipBodyAnalysis(APP_ID, API_KEY, SECRET_KEY)
def get_file_content(fileP...