BasicSR
BasicSR copied to clipboard
How to trace EDVR model? I want to implement the EDVR in C++.
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.