-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for MultiScaleDeformableAttn module #73
Comments
You should profile this model with custom-registered nodes, refer this |
Hi
|
@Thaslim It seems that you used a different ONNX model. In my example, the TRT operator is MultiScaleDeformableAttnTRT, but you got MultiScaleDeformableAttnTRT2. |
Hi @ThanatosShinji ,The ONNX model I have uses this TRT plugin |
how to get this model? |
I am trying to profile BEVFormer which has MultiScaleDeformableAttn module,
current tool throws error:
NotImplementedError: this Node MultiScaleDeformableAttnTRT2-MultiScaleDeformableAttnTRT2_2825 has no value_infer
Is there any workaround/ plan to support Deformable attention layer.
I am mainly looking to get list of OPs and MAC/ Param counts.
The text was updated successfully, but these errors were encountered: