MinkowskiEngine icon indicating copy to clipboard operation
MinkowskiEngine copied to clipboard

Export Minkowski Nets to Torchscript

Open a-krawciw opened this issue 2 years ago • 2 comments

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.

a-krawciw avatar Jul 14 '23 15:07 a-krawciw

Hi, have you solve it ?

cama36 avatar Mar 14 '24 03:03 cama36