Closed xsacha closed 2 years ago
When using torch.constant_pad_nd, the conversion gives:
x = getattr(self, 'op_' + op_type.lower())(*inputs, **attrs) TypeError: op_pad() got multiple values for argument 'mode'
I found the order appears to be incorrect in the signature
When using torch.constant_pad_nd, the conversion gives:
I found the order appears to be incorrect in the signature