Commit 17fe19ea authored by Sang Ik Lee's avatar Sang Ik Lee

Fix GroupConvolutionTranspose OP clone function.

parent abdd9c0b
...@@ -203,7 +203,8 @@ shared_ptr<Node> op::GroupConvolutionTranspose::copy_with_new_args(const NodeVec ...@@ -203,7 +203,8 @@ shared_ptr<Node> op::GroupConvolutionTranspose::copy_with_new_args(const NodeVec
get_padding_end(), get_padding_end(),
get_output_padding(), get_output_padding(),
get_groups(), get_groups(),
get_pad_type()); get_pad_type(),
get_output_shape());
} }
Shape op::GroupConvolutionTranspose::get_data_batch_shape() const Shape op::GroupConvolutionTranspose::get_data_batch_shape() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment