AI-Mart

Results 17 issues of AI-Mart

这个训练出来的是闲聊机器人吗?能否做任务式的机器人?

Traceback (most recent call last): File "./export_model_ofa.py", line 371, in do_train(args) File "./export_model_ofa.py", line 299, in do_train mapping_name = name.replace('.'+str(idx)+'.', '.'+str(kept_layers_index[idx])+'.') UnboundLocalError: local variable 'kept_layers_index' referenced before assignment 原始官方代码,运行报错,报错信息如上,请核查原始代码是否有问题 `python...

由于已经上生产环境,需要尽快解决,谢谢 # 环境: registry.baidubce.com/paddlepaddle/serving:0.8.3-cuda10.1-cudnn7-runtime作为基础镜像 由于要更改的grpc版本,grpcio==1.37.1和grpcio-tools==1.37.1 如下的三个包是定制的 paddle_serving_app-0.8.3-py3-none-any.whl paddle_serving_client-0.8.3-cp37-none-any.whl paddle_serving_server_gpu-0.8.3.post101-py3-none-any.whl # 报错 ERROR 2022-07-21 03:15:39,100 [app.py:1892] Exception on /nlp/v1/company_policy/policy_res [POST] Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request...

详细介绍见链接:https://blog.csdn.net/qq_15821487/article/details/124703947?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A%22124703947%22%2C%22source%22%3A%22qq_15821487%22%7D&ctrtid=MwBDd 报错 `[2022-05-10 12:06:31] The conflict is caused by: [2022-05-10 12:06:31] paddle-serving-server-gpu 0.8.3.post101 depends on grpcio

question

wechaty能否支持Python版本微信的语音发送和接收,没看到这部分的文档相关介绍

作下载不下来是什么原因呢,是不是文件太大了,能否每个章节命名清楚些然后放在不同的区域,好单独下载。已经购买教材了。

Can the log function of gunicorn record the input and output parameters of an interface? At present, it seems that only the information of the interface can be recorded, and...

C++ SDK在linux服务端部署,支持服务化部署吗,服务端用C++服务化部署,客户端用python写,服务端和客户端通过rpc通信,这样能否支持?

1、能否检测人脸的姿态角 2、能否做一个python和c++的检测和识别串起来的案例,比如输入一张图片,图片里面有多个人脸,能分别输出每个人脸的的坐标和每个人脸的向量,做一个整体的案例最大化的压缩预测的时间

addleNLP/ applications / sentiment_analysis里面的观点和属性抽取是通过规则组合,会不会有一定的错误率,是不是转换成关系抽取的任务直接把实体和实体的关系抽取出来会更准确?