Open chicolinux opened 3 years ago
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: https://github.com/oscarlab/graphene/pull/2530
We have a PR to update the Tensorflow Examples with a real-world one: https://github.com/oscarlab/graphene/pull/2530 This will use TF 2.4.0 AVX. Could you please check?
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