paddlepaddle源码编译安装出现如下错误
-- Found Paddle host system: win32, version:-- Found Paddle host system's CPU: 8 cores-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.-- The CXX compiler...
语音识别API接口调用报3300错误
token根据要求取的,已经是按照demo进行改的,不明白为何一直报错{"err_msg":"json param speech error.","err_no":3300,"sn":"612881240881568727390"}
请问有...
optimizer minimize loss时报错,无具体错误信息
版本、环境信息: 1)PaddlePaddle版本:1.6.2 2)python:3.6.3 训练信息 1)单机单卡
total_loss = self.alpha * losses[0] + self.beta * losses[1] + self.gamma *...
脚本任务输出的优化器参数再导入错误
输出的一个.pdopt文件无法再次导入,使用notebook任务也无法再次导入。只有这个1G多的优化器参数无法load,其它小一些的pdopt参数可以正...
V3功能调用后提示如下错误
// image1/image2也可以为url或facetoken, 相应的imageType参数需要与之对应。 MatchRequest req1 = new MatchRequest(image1, "FACE_TOKEN"); MatchRequest req2 = new Match...
调用表格文字识别请求错误(Err:282002)
结果 一直是{"log_id":15393358782558018,"error_code":282002,"error_msg":"input encoding error"}
图片base64并且urlencode了
调用文字识别api就可以成功
今天语音识别接口总是返回 3307错误
"err_msg":"recognition error.","err_no":3307,"sn":"356185210331548731543"}2019-01-29 11:12:25.379 =========={"err_msg":"recognition error.","err_no":3307,"sn":"564811748041548731...
身份证试别的错误百思不得解
{"log_id": 8434623686291109479, "error_code": 216201, "error_msg": "image format error"}
之前人脸对比调用,传两张图片没有发现问题。
现在识别身份证通...
人脸识别API V3提示错误码222001
{error_code: 222001, error_msg: "param[image_type] is null", log_id: 3967364738, timestamp: 1525397308, cached: 0, …}
提示返回结果是222001
python调用识别API返回参数错误
import requests
import json
import base64
import wave
import numpy as np
if __name__ == "__main__":
#Step1: get the Access Token
auth_url = "https://openapi.ba...
Android语音识别一直返回错误信息
Intent recognizerIntent = new Intent();recognizerIntent.putExtra("sample", 8000);recognizerIntent.putExtra("sound_start", R.raw.bdspeech_recognition_start);recognizerIntent.putExtr...