MinkowskiEngine
MinkowskiEngine copied to clipboard
Export Minkowski Nets to Torchscript
Is your feature request related to a problem? Please describe. I would like to integrate a MinkUnet model into an existing C++ pipeline. Currently this fails at the MinkowskiEngine statements
Describe the solution you'd like
It would be great if either torch.jit.script or torch.script.trace could be supported.
I'm not completely sure how much effort this would be, but it might be quite a bit.
Hi, have you solve it ?