-
Notifications
You must be signed in to change notification settings - Fork 458
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 the Tensorflow version to address some security issues #1870
Upgrade the Tensorflow version to address some security issues #1870
Conversation
3f3e0d3
to
bc865fe
Compare
cdab893
to
747cc7f
Compare
/retest |
I have upgraded tensorflow-aarch64 to v2.9.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
tensorflow==2.8.0 | ||
tensorflow==2.9.1; platform_machine=="x86_64" | ||
tensorflow-aarch64==2.9.0; platform_machine=="aarch64" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks better condition at requirements.txt 👍
nit question: don't we have to match the hotfix version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your comment.
The tensorflow-aarch64 v2.9.1 has not yet been released.
Ref: https://pypi.org/project/tensorflow-aarch64/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then does it better to set both to v2.9.0 until aarch64 support v2.9.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the Tensorflow v2.9.0 has installation issues. So it would be best to wait for upgrading until the released tensorflow-aarch64 v2.9.1. Thanks for your suggestion @anencore94 !
Ref:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I didn't know that! Thanks for the clarifying :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We decided to merge this PR without waiting for tensorflow-aarch64 v2.9.1 as discussed in #1882 (comment)
/hold |
Thanks @tenzen-y /approve Please remove hold when done |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge, tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
954ec5d
to
7ade8bd
Compare
/unhold |
/assign @johnugeorge |
Thanks! |
What this PR does / why we need it:
I upgraded the TensorFlow version to address some security issues.
Also, I modified the sample code for ENAS to work in Tensorflow 2.9.1 env.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Checklist: