Skip to content

6258-add-onnx-option-to-trt-export#6274

Merged
wyli merged 29 commits intoProject-MONAI:devfrom
binliunls:6258-add-onnx-trt-support
Apr 11, 2023
Merged

6258-add-onnx-option-to-trt-export#6274
wyli merged 29 commits intoProject-MONAI:devfrom
binliunls:6258-add-onnx-trt-support

Conversation

@binliunls
Copy link
Copy Markdown
Contributor

Fixes #6258 .

Description

Add onnx as an option for converting pytorch models to TensorRT models through trt_export API.
This pr depends on #6237 to add the onnx convert function.

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

binliunls and others added 18 commits March 30, 2023 17:49
Signed-off-by: binliu <[email protected]>
@binliunls binliunls marked this pull request as ready for review April 9, 2023 14:55
@binliunls binliunls changed the title [WIP]6258-add-onnx-option-to-trt-export 6258-add-onnx-option-to-trt-export Apr 9, 2023
@binliunls binliunls requested a review from Nic-Ma April 9, 2023 14:56
Signed-off-by: binliu <[email protected]>
Copy link
Copy Markdown
Contributor

@Nic-Ma Nic-Ma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It overall looks good to me, put several minor comments inline.

Thanks.

@wyli
Copy link
Copy Markdown
Contributor

wyli commented Apr 11, 2023

/build

@wyli wyli enabled auto-merge (squash) April 11, 2023 17:24
@wyli wyli merged commit 5beeda5 into Project-MONAI:dev Apr 11, 2023
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.

Add onnx option for trt_export API

4 participants