Open susht3 opened 11 months ago
i train the new model, and want to get onnx models, how can i convert torch model to onnx model?
To convert a PyTorch model to ONNX, you can follow the step-by-step guide provided by PyTorch. Check out their tutorial for converting a super-resolution model as an example: PyTorch to ONNX Conversion.
i train the new model, and want to get onnx models, how can i convert torch model to onnx model?