MinkowskiEngine
MinkowskiEngine copied to clipboard
Is this library convertible with TensorRT?
I need to deploy my model at some point. Does anyone have an answer? Thanks!!
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?
for c++ deploy purpose...