Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 319 Bytes

Pytorch-Tester

Requirements

  • Pytorch
  • OnnxRuntime. pip install -U onnxruntime

to-onnx

Convert Pytorch model to Onnx model and add Padding Operator at the beginning.

onnxruntime_sr

Test image superresolution using onnxruntime inference engine.

The model comes from https://github.com/nagadomi/nunif