how can i export pretraind model to onnx model?
jcyhcs opened this issue · 1 comments
jcyhcs commented
hi,professor:
how can export pretrained model to onnx format? please help!
eric-yyjau commented
Hi @jcyhcs,
(Thanks but I'm not a professor though).
This tutorial may help (https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html).
This repo does not cover exporting to onnx but I imagine the general pytorch method works.