jina-ai / clip-as-service

🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP

Home Page:https://clip-as-service.jina.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get textual and visual onnx model

susht3 opened this issue · comments

commented

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.