BasicSR icon indicating copy to clipboard operation
BasicSR copied to clipboard

How to trace EDVR model? I want to implement the EDVR in C++.

Open ACALJJ32 opened this issue 3 years ago • 0 comments

Hello Xintao, I am so glad to use your EDVR model and I want to implement it in C++. I use the Torch.jit.trace and save it as "edvr.pt", but an error occurred when I load it from another computer. It shows "RuntimeError: Unknown builtin op: torchvision::deform_conv2d. Could not find any similar ops to torchvision::deform_conv2d. This op may not exist or may not be currently supported in TorchScript." It seems like I need to recompile the deform conv ops, but I don't know how to implement it.

ACALJJ32 avatar Nov 04 '21 13:11 ACALJJ32