本地语音识别
语音识别 是否支持纯离线的方式呢?就是提供离线的识别包,本地的去实现语音转文字功能?
AI达人养成营
只能说同志仍需努力,不断的去实践是学习ai的最好的法宝
调用dmkit离线模块时的问题
的对话流程数据和云端的Unit服务进行对话,但是由于该对话流程不是在百度服务器上进行,所以需要始终在自己的服务器启动dmkit,而不可能把dmkit分发到用户端,所以就只能自己写api接口。不知这样理解是否正确,谢谢...
模型部署心得1
首先,相对于模型的训练和预测准确率,模型部署简单很多,而且有很多供应商会帮你去部署。
EdgeBoard直接链接到板上,替换几个文件就可以...
OCR返回的是什么编码啊?
{"log_id": 4216832257629723679, "words_result_num": 11, "words_result": {"注åèµæ¬": {"location": {"width": 20, "top": 365, "height": 11, "left": 137}, "words": "20...
语音合成提示这个是什么问题。
{"cookie":"476363018_2007","err_detail":"Error from tts engine","err_msg":"backend error.","err_no":503,"err_subcode":5,"tts_logid":1765342302}
多卡训练就报这个错是为什么?
单卡训练时可以,但是多卡训练就报这个错:
RuntimeError: (PreconditionNotMet) A serious error has occurred here. Please set find_unused_parameters=True to travers...
为什么PaddleNLP BERT的输出每次都不一样
import paddle
from paddlenlp.transformers import BertModel, BertTokenizer
model = BertModel.from_pretrained('bert-base-chinese')
tokenizer = BertTokenizer.from_pretrained('bert-ba...