-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Dynamic Batch Support for TRT #6955
Conversation
cc : @anijain2305 @trevor-m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM. Please add comments. And I am not sure about the changes for CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks @codeislife99 @trevor-m This is merged! |
* add_annotate_fn * Reshape_ann_fn * Prune Subgraph * Dynamic Shape * Make PT Mask RCNN Work * Cleanup * Remove comments * Remove COmments * GetBatchSizeFix * Fix Remove Droupout * Fix Remove Droupout * TRT Runtime * Add MaskrCNN R50 * New Testing code * Fix black * Test Maskrcnn r50 done * Test MR50 * Space typo * Change Log to Dlog * Move test to tensorrt.py * Remove imports * Remove function * Add it to trt * import error * Imports * Add torch to CI * trt_test * Check test * Revert Pytorch install * Fix * test dynamic batch * TRT * Resolve PR comments * Zero batch size add Co-authored-by: Ubuntu <ubuntu@ip-172-31-27-149.us-east-2.compute.internal>
* add_annotate_fn * Reshape_ann_fn * Prune Subgraph * Dynamic Shape * Make PT Mask RCNN Work * Cleanup * Remove comments * Remove COmments * GetBatchSizeFix * Fix Remove Droupout * Fix Remove Droupout * TRT Runtime * Add MaskrCNN R50 * New Testing code * Fix black * Test Maskrcnn r50 done * Test MR50 * Space typo * Change Log to Dlog * Move test to tensorrt.py * Remove imports * Remove function * Add it to trt * import error * Imports * Add torch to CI * trt_test * Check test * Revert Pytorch install * Fix * test dynamic batch * TRT * Resolve PR comments * Zero batch size add Co-authored-by: Ubuntu <ubuntu@ip-172-31-27-149.us-east-2.compute.internal>
* add_annotate_fn * Reshape_ann_fn * Prune Subgraph * Dynamic Shape * Make PT Mask RCNN Work * Cleanup * Remove comments * Remove COmments * GetBatchSizeFix * Fix Remove Droupout * Fix Remove Droupout * TRT Runtime * Add MaskrCNN R50 * New Testing code * Fix black * Test Maskrcnn r50 done * Test MR50 * Space typo * Change Log to Dlog * Move test to tensorrt.py * Remove imports * Remove function * Add it to trt * import error * Imports * Add torch to CI * trt_test * Check test * Revert Pytorch install * Fix * test dynamic batch * TRT * Resolve PR comments * Zero batch size add Co-authored-by: Ubuntu <ubuntu@ip-172-31-27-149.us-east-2.compute.internal>
This PR adds support for dynamic batch size for dense, conv , conv_transpose and ops surrounding them