提交 6aefc6d3 编写于 作者: Z zhangwenhui03

fix bias bug

上级 f4188f73
...@@ -51,8 +51,8 @@ class CNNEncoder(object): ...@@ -51,8 +51,8 @@ class CNNEncoder(object):
filter_size=self.win_size, filter_size=self.win_size,
act=self.act, act=self.act,
pool_type=self.pool_type, pool_type=self.pool_type,
param_attr=str(str(self.param_name) + "_param"), param_attr=str(str(self.param_name) + ".param"),
bias_attr=str(str(self.param_name) + "_bias")) bias_attr=str(str(self.param_name) + ".bias"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册