c++ 文字识别 SDK使用 无法解析的外部符号
1>小票识别记账软件.obj : error LNK2019: 无法解析的外部符号 EVP_sha256,该符号在函数 "class std::basic_string,class std::allocator > __cdecl aip::hmac_sha256...
android离在线语音识别Demo在有线网络的情况下无法使用
提示:
识别失败:网络问题:2
EVENT_ERROR,#2,Other network related errors.. network unavailable.(cannot switch to offline : params not supported.)
识别失败:其它客户端错误:5
基于paddle2.2 Api使用U-Net网络实现图像的语义分割
开始训练时报如下错误,请问如何改正? ValueError: Target(Tensor(shape=[1], dtype=int64, place=CUDAPlace(0), stop_gradient=True,[3])) is out of class_dimension's u...
使用自动求导求解函数最小值问题有人遇到过这个问题
import paddle
w0 = paddle.to_tensor([3.14, 1.], stop_gradient=False)
lr = paddle.to_tensor(0.0001)
itretion = 100
for i in range(itretion):
y = 2*w0[0]*w0[1] + w0[1]*paddle.co...
每次使用高层API启动训练都要报两个错误,咋回事
是不是高层API有接口不兼容的问题导致的,换成底层API这两个报错还提示吗?
The loss value printed in the log is the current step, and the metric is t...