Is there a way to quantize conv_transpose2d layer?

@Zafar thank you for all your work!

I’ve just tried to quantize a model with ConvTranspose1d using torch 1.8 and fbgemm backend, but got this error message: “AssertionError: Per channel weight observer is not supported yet for ConvTranspose{nx}d.”

Could you maybe prompt when this observer will be released, is it in progress?