xindongzhang / ELAN

[ECCV2022] Efficient Long-Range Attention Network for Image Super-resolution
Apache License 2.0
207 stars 18 forks source link

onnx model precision #18

Open buyanfangqi opened 1 year ago

buyanfangqi commented 1 year ago

We transferred the model to onnx and found that the accuracy was not consistent with the original model

HuaHenry commented 11 months ago

Hi we also encountered some problems when transferring to onnx. We found it a dynamic model according to the code, which means the input is a DYNAMIC dimension and leads to the wrong format of onnx. I would like to ask how you solved this problem ?