卷积层里的padd=39;same';不same了
nn.Conv2DTranspose(num_channels, num_filters, filter_size, stride=stride, padding='same', bias_attr=bias_attr, weight_attr=weight_attr)
padding设成same,但实际输出...
import name 39;layers';
can not import name 'layers' from 'parl'
win10在conda 环境中使用 paddle-gpu 2.1 版本,跑github上的例子跑不起来,查询了许久应该是2.0版本升级了api...
V3功能调用后提示如下错误
// image1/image2也可以为url或facetoken, 相应的imageType参数需要与之对应。 MatchRequest req1 = new MatchRequest(image1, "FACE_TOKEN"); MatchRequest req2 = new Match...
没有39;basicGeneral';属性???
提示错误:
root@localhost:/home/wwwroot/python# python t.pyTraceback (most recent call last): File "t.py", line 22, in print client.basicGeneral(image,options)AttributeError:...
python sdk v3 解码问题
求社区上的开发者帮忙下,
按照上述文档中的说明调用接口时出现Object of type 'bytes' is not JSON serializable
SGDOptimizer'; object is
错误报告
TypeError: 'SGDOptimizer' object is not callable
错误代码
trainer = fluid.Trainer(train_func=train_program,place=place,optimizer_func=fluid.optimizer.SGD(learning_rate=0.2))