MinkowskiEngine icon indicating copy to clipboard operation
MinkowskiEngine copied to clipboard

Is this library convertible with TensorRT?

Open timelapse3502 opened this issue 4 years ago • 2 comments

I need to deploy my model at some point. Does anyone have an answer? Thanks!!

timelapse3502 avatar Feb 25 '21 23:02 timelapse3502

The TensorRT mostly supports standard neural network layers that are already in cuDNN. Custom libraries like MinkowskiEngine won't get a significant speed-up from converting the entire library to a TensorRT plugin and make it executable on TensorRT.

Is there a specific reason you want to convert the library to a TensorRT model?

chrischoy avatar Feb 27 '21 00:02 chrischoy

for c++ deploy purpose...

roymerry avatar Mar 04 '21 04:03 roymerry