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

Upgrade TensorFlow to version 2.11.* #651

Merged
merged 1 commit into from Dec 21, 2022
Merged

Conversation

osma
Copy link
Member

@osma osma commented Nov 25, 2022

We are currently using TensorFlow 2.9.1, which has reported vulnerabilities. Also dependabot is complaining about them.
It would be trivial to upgrade to 2.9.3, where those issues have been fixed.

But instead, I tested upgrading directly to 2.11.0. Everything seems to work fine with this new version. I also tested a small model that was trained on 2.9.1, before the upgrade, and it worked perfectly well.

I pinned this as 2.11.* so that upgrading to patch releases is allowed in the future.

@osma osma added this to the 0.60 milestone Nov 25, 2022
@osma osma self-assigned this Nov 25, 2022
@sonarcloud
Copy link

sonarcloud bot commented Nov 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Nov 25, 2022

Codecov Report

Base: 99.55% // Head: 99.55% // No change to project coverage 👍

Coverage data is based on head (0c70c25) compared to base (26a405c).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #651   +/-   ##
=======================================
  Coverage   99.55%   99.55%           
=======================================
  Files          87       87           
  Lines        6006     6006           
=======================================
  Hits         5979     5979           
  Misses         27       27           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@osma
Copy link
Member Author

osma commented Dec 21, 2022

On second thought, I think this is fine and basically a minimal upgrade, I'll merge it as is.

@osma osma merged commit 9b71a41 into master Dec 21, 2022
@osma osma deleted the upgrade-tensorflow-2.11 branch December 21, 2022 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant