Closed joshuacwnewton closed 3 years ago
I am trying to export HourglassNet to .onnx using torch.onnx.export. I am getting the following error:
HourglassNet
.onnx
torch.onnx.export
File "", line, in _hour_glass_forward out = up1 + up2 RuntimeError: The size of tensor a (3) must match the size of tensor b (2) at non-singleton dimension 3
Please disregard this issue. It was user error.
Thanks for looking into this and welcome to push this again once you found a solution.
Error
I am trying to export
HourglassNet
to.onnx
usingtorch.onnx.export
. I am getting the following error: