You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Hello, I already posted this same question on the mailing list but without any feedback, so after a few months later I want to post it here even though is not an issue per se.
I need to update the TensorFlow version that Graphene install for default for the EXAMPLE/tensor-flow-lite example. It install TF v1.9, and I want to update it to 2.4.
So, can this be done? I can see that the Makefile specifies a variable where the version to install is stored along with the corresponding SHA signature, so my idea is simply updating the version variable and the corresponding SHA signature.
Any ideas for updating the TensorFlow version that the EXAMPLE/tensor-flow-lite installs??
Best regards,
Steps to reproduce
Expected results
Actual results
The text was updated successfully, but these errors were encountered:
We didn't try to update the TensorFlow Lite version from 1.9 to 2.4. Please try it out (just change the version in the Makefile, as you correctly noticed). If there are any issues, you can report them in this GitHub issue.
We also have a proper TensorFlow example coming: #2530
Description of the problem
Hello, I already posted this same question on the mailing list but without any feedback, so after a few months later I want to post it here even though is not an issue per se.
I need to update the TensorFlow version that Graphene install for default for the EXAMPLE/tensor-flow-lite example. It install TF v1.9, and I want to update it to 2.4.
So, can this be done? I can see that the Makefile specifies a variable where the version to install is stored along with the corresponding SHA signature, so my idea is simply updating the version variable and the corresponding SHA signature.
Any ideas for updating the TensorFlow version that the EXAMPLE/tensor-flow-lite installs??
Best regards,
Steps to reproduce
Expected results
Actual results
The text was updated successfully, but these errors were encountered: