API接口选择
通过自拍人脸照片,筛选图库选出具备人脸的所有图片。用哪个API好呢
语音识别已申请离线授权,但是识别返回码说切换不到离线模式
具体返回信息如下:识别错误:#7, No recognition result matched., reason: -3005, speech quality problem, idx -9,sn 2aef6b87-8184-4338-ab35-d28280f6dc01(cannot switch to...
slk 转码为wav后, 语音识别率非常低,要怎么解决
$auth_url = "https://openapi.baidu.com/oauth/2.0/token?grant_type=client_credentials&client_id=".$apiKey."&client_secret=".$secretKey;$ch = curl_init();curl_setopt($ch, CURLOPT_URL...
GPU使用问题
在AI Studio的GPU环境下运行具有大量矩阵乘法的python代码时,能够像Google Colab那样实现加速吗?在google...