Replies: 1 comment 1 reply
-
I am working on adding support to ONNX export (with and without caffe2) #4120 and #4153 Hopefully it gets accepted soon For the PointRend in specific, we will need to add grid_sampler operator to PyTorch, which will be done after these 2 PRs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to export my PointRend model to be used in ML.NET. To my understanding, this can only be done through exporting to ONNX format. Now, I see on this documentation website, that this is not supported. Is there any way I can still export the model to ONNX format, or use the tracing model in ML.NET?
Beta Was this translation helpful? Give feedback.
All reactions