Skip to content

Commit d116b17

Browse files
author
wangyang59
committed
fix a small bug in ConvTransLayerBase in config_parser.py
1 parent fb20187 commit d116b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/trainer/config_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ def __init__(
16841684
parse_conv(
16851685
self.inputs[input_index].conv,
16861686
input_layer.name,
1687-
self.config.inputs[input_index].conv_conf, num_filters,
1687+
self.config.inputs[input_index].conv_conf,
16881688
trans=True)
16891689
conv_conf = self.config.inputs[input_index].conv_conf
16901690
psize = self.calc_parameter_size(conv_conf)

0 commit comments

Comments
 (0)