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

[converters/stack.py] Update stack converter to support dynamic shapes. Resolves #830. #831

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chaoz-dev
Copy link
Contributor

@chaoz-dev chaoz-dev commented Jan 24, 2023

Resolves issue #830, where torch.stack does not currently correctly handle dynamic shapes during TRT conversion.

Checked with included test:

python torch2trt/converters/stack_test.py

@jaybdub
Copy link
Contributor

jaybdub commented Apr 28, 2023

Thanks for the PR!

I believe when I was working on dynamic shapes for either stack or chunk, I had an issue where adding dynamic shape support broke static models.

It's been a while so I forget what the concern was exactly, but I may want to sanity check a few things first.

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

2 participants