提交 57e500f8 编写于 作者: S SunAhong1993

fix the convtranspose

上级 353f006d
......@@ -1793,7 +1793,7 @@ class OpSet9():
inputs_dict = {'x': val_x if isinstance(val_x, str) else val_x.name}
layer_attrs = {
"in_channels": num_in_channels,
"out_channels": num_out_channels,
"out_channels": num_out_channels * num_groups,
"kernel_size": kernel_shape,
"stride": strides,
"dilation": dilations,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册