- Pytorch
- OnnxRuntime.
pip install -U onnxruntime
Convert Pytorch model to Onnx model and add Padding Operator at the beginning.
Test image superresolution using onnxruntime inference engine.
The model comes from https://github.com/nagadomi/nunif
pip install -U onnxruntime
Convert Pytorch model to Onnx model and add Padding Operator at the beginning.
Test image superresolution using onnxruntime inference engine.
The model comes from https://github.com/nagadomi/nunif