My TVM version - 0.9.dev334+g3c8de42a0

    x=torch.randn([1,256,35,35])
    upsample_layer = nn.ModuleList([nn.ConvTranspose2d(256, 256, 3, stride=2, 
padding=1)])
    x = upsample_layer(x, output_size=torch.Size([1, 256, 69, 69]))

Line:
`mod, params = relay.frontend.from_pytorch(script_module, shape_list)`

Error:
`NotImplementedError: The following operators are not implemented: 
['aten::uniform_']`

Is there any PR awaiting to support this operator?





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/frontend-pytorch-nn-convtranspose2d-support-for-aten-uniform/12238/1)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/1903e6219756dda098e211318fd5b2468017b3afe171abe4ec4d23ec9abba611).

Reply via email to