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

Bump onnx2tf from 1.17.5 to 1.20.2 #25

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps onnx2tf from 1.17.5 to 1.20.2.

Release notes

Sourced from onnx2tf's releases.

1.20.2

  • Resize
    • Fix unknown Resize 4D
    • Support for resizing to undefined size (but only in 4D) image image
  • [Resize conversion bug #614](PINTO0309/onnx2tf#614)

What's Changed

Full Changelog: PINTO0309/onnx2tf@1.20.1...1.20.2

1.20.1

  • onnx2tf.py, common_functions.py
    • Fix to preserve domain and ir_version.
    • Fixed a problem that domain and ir_version were rewritten to the latest version during model optimization operation (onnx_graphsurgeon).
    • Also modified sng4onnx.

What's Changed

Full Changelog: PINTO0309/onnx2tf@1.20.0...1.20.1

1.20.0

What's Changed

Full Changelog: PINTO0309/onnx2tf@1.19.16...1.20.0

1.19.16

  • Workaround for bug in TensorFlow quantization logic.
  • Quantization behavior is clearly broken since TensorFlow==2.15.0 or TensorFlow==2.15.0.post1.
# representative_dataset_gen
def representative_dataset_gen():
    for idx in range(data_count):
        yield_data_dict = {}
        for model_input_name in model_input_name_list:
            calib_data, mean, std = calib_data_dict[model_input_name]
</tr></table> 

... (truncated)

Commits
  • 24d8b16 Merge pull request #615 from PINTO0309/fix_newsize
  • 611a3f2 Support for resizing to undefined size (but only in 4D)
  • dd8c2c3 Fix unknown Resize 4D
  • 785bedc Merge pull request #612 from PINTO0309/fix_ir_version
  • 668e3e2 Fix to preserve domain and ir_version
  • 229fa1e Update README.md
  • f1f8aba pre-optimizing the Einsum OP and OneHot OP using my original method can s...
  • c9e1e7b DeformConv (test), GroupNormalization (Dynamo)
  • ce12bd6 Update setup.py
  • 7114436 Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [onnx2tf](https://github.com/PINTO0309/onnx2tf) from 1.17.5 to 1.20.2.
- [Release notes](https://github.com/PINTO0309/onnx2tf/releases)
- [Commits](PINTO0309/onnx2tf@1.17.5...1.20.2)

---
updated-dependencies:
- dependency-name: onnx2tf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Apr 29, 2024

Dependabot tried to add @glenn-jocher as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/GDSC-CAU/Pengy-AI/pulls/25/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the GDSC-CAU/Pengy-AI repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Author

dependabot bot commented on behalf of github Apr 29, 2024

The following labels could not be found: dependencies.

Copy link
Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #28.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/onnx2tf-1.20.2 branch May 6, 2024 04:55
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.

0 participants