官方范例都跑不通
= layers.lstm(emb, init_h, init_c, max_len, hidden_size, num_layers, dropout_prob...
paddlehub报错求帮助
open file F:\Google\Paddle-Inference-Demo-master\python\mask_detection...
关于DetectionMap函数的功能问题
mini-batch的MAP,另一个是不同mini-batch的MAP累加和,请问是不是理解成前者是一个batch-size的,后者是一个epoch的?
小菜鸡没弄懂@_@...
车牌识别运行错误
in __init__(self) 6 def __init__(self): 7 super(MyDNN,self).__init__()----> 8...
图像分割7日打卡营 作业分享
def __init__(self, num_classes=59):
super(BasicModel, self...
conda安装验证出错
or CPU.W0727 19:17:56.220106 11242 init.cc:216] Warning: PaddlePaddle catches a...
使用DNN出现交叉熵损失报错
(fluid.dygraph.Layer):
'''
DNN网络
'''
def __init__(self):
super(MyDNN...
请教一下,关于跨域问题怎么解决
现在是,我们的服务器暂时不允许访问外网,只好用ajax方式调用接口,但是我本地尝试一直无法解决跨域的问题(能力不够啊。。)。请问各位大佬有什么好的建议或者demo吗...
阅读理解
(self.startup_prog)init_checkpoint( self.exe, args.init_checkpoint, main_program...
词槽使用讲解及常见问题处理
链接的h部分:https://ai.baidu.com/forum/topic/show/940955
demo链接:https...
强化学习7日小白入门笔记
Actor的表现,并指导Actor下一阶段的动作。
Deep Deterministic Policy Gradient (DDPG)从名字上看就是...