Sizes of tensors must match except in dimension 1. Expected size 46 but got size 45 for tensor number 1 in the list
I am trying to convert a pytorch model to onnx model. Below is the code i used.
I am trying to convert a pytorch model to onnx model. Below is the code i used.