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

[ONNX] Use parameter values in onnx shape inference #47486

Closed

Conversation

BowenBao
Copy link
Collaborator

@BowenBao BowenBao commented Nov 6, 2020

Depends on #46629

Adds an additional run of onnx shape inference after constant folding, since initializer may have changed and affected shape inference.

@BowenBao BowenBao force-pushed the onnx_initializer_shape_inference branch from 89f2a69 to eac0766 Compare November 6, 2020 02:41
@facebook-github-bot facebook-github-bot added cla signed oncall: jit Add this issue/PR to JIT oncall triage queue labels Nov 6, 2020
@dr-ci
Copy link

dr-ci bot commented Nov 6, 2020

💊 CI failures summary and remediations

As of commit 50ee284 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 16 times.

@heitorschueroff heitorschueroff added triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module module: onnx Related to torch.onnx labels Nov 9, 2020
@BowenBao BowenBao force-pushed the onnx_initializer_shape_inference branch 2 times, most recently from cf96c70 to 7f007fa Compare November 9, 2020 23:54
@BowenBao BowenBao force-pushed the onnx_initializer_shape_inference branch from 7f007fa to 50ee284 Compare November 16, 2020 20:07
@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #47486 (50ee284) into master (957e45a) will increase coverage by 39.29%.
The diff coverage is 70.76%.

@@             Coverage Diff             @@
##           master   #47486       +/-   ##
===========================================
+ Coverage   42.03%   81.33%   +39.29%     
===========================================
  Files         472     1839     +1367     
  Lines       64834   198587   +133753     
===========================================
+ Hits        27256   161523   +134267     
+ Misses      37578    37064      -514     

@BowenBao
Copy link
Collaborator Author

closing, merged with #48071

@BowenBao BowenBao closed this Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed module: onnx Related to torch.onnx oncall: jit Add this issue/PR to JIT oncall triage queue open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants