Skip to content
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

Enable BatchedNMS Plugin in TensorRT #934

Merged
merged 8 commits into from
Nov 2, 2022
Merged

Enable BatchedNMS Plugin in TensorRT #934

merged 8 commits into from
Nov 2, 2022

Conversation

jiangjiajun
Copy link
Collaborator

@jiangjiajun jiangjiajun commented Oct 26, 2022

由于Mod不被TensorRT支持,当输入为INT类型时,elementwise_mod的转换逻辑改为

tmp0 = x // y
tmp1 = y * tmp0
result = x - tmp1

@jiangjiajun jiangjiajun changed the title Modify conversion method for elementwise_mod with tensorrt backend Enable BatchedNMS Plugin in TensorRT Nov 2, 2022
* Export dynamic dimenstion with string

* fix ci error

* Update test_quantize_model_speedup.py
@jiangjiajun jiangjiajun merged commit c620954 into develop Nov 2, 2022
@jiangjiajun jiangjiajun deleted the mod branch November 2, 2022 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant