提交 d116b17f 编写于 作者: W wangyang59

fix a small bug in ConvTransLayerBase in config_parser.py

上级 fb20187a
...@@ -1684,7 +1684,7 @@ class ConvTransLayerBase(LayerBase): ...@@ -1684,7 +1684,7 @@ class ConvTransLayerBase(LayerBase):
parse_conv( parse_conv(
self.inputs[input_index].conv, self.inputs[input_index].conv,
input_layer.name, input_layer.name,
self.config.inputs[input_index].conv_conf, num_filters, self.config.inputs[input_index].conv_conf,
trans=True) trans=True)
conv_conf = self.config.inputs[input_index].conv_conf conv_conf = self.config.inputs[input_index].conv_conf
psize = self.calc_parameter_size(conv_conf) psize = self.calc_parameter_size(conv_conf)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册