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

Code generation bug fix for ONNX import #2708

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

antimora
Copy link
Collaborator

Pull Request Template

Checklist

  • Confirmed that run-checks all script has been executed.

Related Issues/PRs

Fixes #2702

Changes

Instead of using to_string() substituted with format! macro.

Testing

Added a new test case to render 2.0

@antimora antimora requested a review from laggui January 16, 2025 18:50
@antimora antimora changed the title Fixes ONNX code gen bug #2702 Fix for ONNX code generation bug #2702 Jan 16, 2025
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.36%. Comparing base (05925f1) to head (9abada6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2708      +/-   ##
==========================================
- Coverage   83.36%   83.36%   -0.01%     
==========================================
  Files         819      819              
  Lines      106660   106661       +1     
==========================================
  Hits        88916    88916              
- Misses      17744    17745       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@laggui laggui left a comment

Choose a reason for hiding this comment

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

LGTM!

@antimora antimora merged commit 6750fd6 into tracel-ai:main Jan 16, 2025
11 checks passed
@antimora antimora changed the title Fix for ONNX code generation bug #2702 Code generation bug fix for ONNX import Jan 16, 2025
@torsteingrindvik
Copy link

Can confirm it fixed my issue, thanks!

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.

ONNX import generates integer for Interpolate2DConfig when it should be f32
3 participants