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

Dynamic Batch Support for TRT #6955

Merged
merged 34 commits into from
Dec 1, 2020

Commits on Nov 23, 2020

  1. add_annotate_fn

    Ubuntu committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    a827c10 View commit details
    Browse the repository at this point in the history
  2. Reshape_ann_fn

    Ubuntu committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7fe57f9 View commit details
    Browse the repository at this point in the history
  3. Prune Subgraph

    Ubuntu committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    34b5499 View commit details
    Browse the repository at this point in the history
  4. Dynamic Shape

    Ubuntu committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    e326d90 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Make PT Mask RCNN Work

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a94c764 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    08352ab View commit details
    Browse the repository at this point in the history
  3. Remove comments

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8d11a49 View commit details
    Browse the repository at this point in the history
  4. Remove COmments

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4298de2 View commit details
    Browse the repository at this point in the history
  5. GetBatchSizeFix

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4d75322 View commit details
    Browse the repository at this point in the history
  6. Fix Remove Droupout

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    671fca2 View commit details
    Browse the repository at this point in the history
  7. Fix Remove Droupout

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a021c4e View commit details
    Browse the repository at this point in the history
  8. TRT Runtime

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    408c35f View commit details
    Browse the repository at this point in the history
  9. Add MaskrCNN R50

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c70279c View commit details
    Browse the repository at this point in the history
  10. New Testing code

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e38edb0 View commit details
    Browse the repository at this point in the history
  11. Fix black

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1549502 View commit details
    Browse the repository at this point in the history
  12. Test Maskrcnn r50 done

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    5528c5f View commit details
    Browse the repository at this point in the history
  13. Test MR50

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d9366be View commit details
    Browse the repository at this point in the history
  14. Space typo

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    13be588 View commit details
    Browse the repository at this point in the history
  15. Change Log to Dlog

    Ubuntu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    87c92f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Move test to tensorrt.py

    Ubuntu committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    230c125 View commit details
    Browse the repository at this point in the history
  2. Remove imports

    Ubuntu committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    d17c4d0 View commit details
    Browse the repository at this point in the history
  3. Remove function

    Ubuntu committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5bdc028 View commit details
    Browse the repository at this point in the history
  4. Add it to trt

    Ubuntu committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    cab81b7 View commit details
    Browse the repository at this point in the history
  5. import error

    Ubuntu committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    555505d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Imports

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ee41e07 View commit details
    Browse the repository at this point in the history
  2. Add torch to CI

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    51b5c8a View commit details
    Browse the repository at this point in the history
  3. trt_test

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    6fea658 View commit details
    Browse the repository at this point in the history
  4. Check test

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ea4af58 View commit details
    Browse the repository at this point in the history
  5. Revert Pytorch install

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    49a4fa7 View commit details
    Browse the repository at this point in the history
  6. Fix

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    28bc758 View commit details
    Browse the repository at this point in the history
  7. test dynamic batch

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cf3016b View commit details
    Browse the repository at this point in the history
  8. TRT

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    56c75bf View commit details
    Browse the repository at this point in the history
  9. Resolve PR comments

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    dc6aaef View commit details
    Browse the repository at this point in the history
  10. Zero batch size add

    Ubuntu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    121c46b View commit details
    Browse the repository at this point in the history