clip-as-service icon indicating copy to clipboard operation
clip-as-service copied to clipboard

how to get textual and visual onnx model

Open susht3 opened this issue 1 year ago • 1 comments

i train the new model, and want to get onnx models, how can i convert torch model to onnx model?

susht3 avatar Nov 14 '23 15:11 susht3

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.

ZiniuYu avatar Nov 16 '23 03:11 ZiniuYu