When we export a torch model, we may get this error: torch.onnx.errors.UnsupportedOperatorError: Exporting the operator ‘aten::scaled_dot_product_attention’ to ONNX opset version 13 is not supported.
In this tutorial, we will discuss if we have saved a model object using torch.save(), can we change our model structure before we plan to load this saved model?