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

Resolved Issue: Fix Exporting ONNX Model with Fixed Batch Size of 1 Using export_tensorrt_engine #509

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

laugh12321
Copy link
Contributor

@laugh12321 laugh12321 commented Dec 31, 2023

Description:

This PR resolves #508 . The fix ensures that the exported models now correctly retain the specified batch size as intended, providing improved flexibility for users working with ONNX models.

Before Fix:

example

After Fix:

example

@CLAassistant
Copy link

CLAassistant commented Dec 31, 2023

CLA assistant check
All committers have signed the CLA.

@zhiqwang zhiqwang merged commit 8463348 into zhiqwang:main Jan 2, 2024
5 of 10 checks passed
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.

Exporting ONNX Model with Fixed Batch Size of 1 Using export_tensorrt_engine
3 participants