提交 3096a466 编写于 作者: S sunyanfang01

0.8.4

上级 bf7c7fc3
__version__ = "0.8.1"
__version__ = "0.8.4"
from .core.program import PaddleProgram
......
......@@ -226,7 +226,7 @@ class CaffeOpMapper(OpMapper):
data.append(
np.zeros([output_c, input_c, kernel[0], kernel[1]]).astype(
'float32'))
data.append(np.zeros([output_c, ])).astype('float32')
data.append(np.zeros([output_c, ]).astype('float32'))
else:
data = self.adjust_parameters(node)
self.weights[node.layer_name + '_weights'] = data[0]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册